vmwindow: Clean up vmmDetails on window cleanup

This commit is contained in:
Cole Robinson 2019-05-23 17:01:44 -04:00
parent 87a73b07e2
commit 318e0c0a39

View File

@ -164,6 +164,8 @@ class vmmVMWindow(vmmGObjectUI):
self.console = None
self.snapshots.cleanup()
self.snapshots = None
self._details.cleanup()
self._details = None
self._shutdownmenu.destroy()
self._shutdownmenu = None
self._vmmenu.destroy()