details: Also clear serial list in cleanup()

This commit is contained in:
Cole Robinson 2013-08-14 20:10:42 -04:00
parent 2751a134f2
commit 5ec2d0cb8e
1 changed files with 1 additions and 0 deletions

View File

@ -568,6 +568,7 @@ class vmmDetails(vmmGObjectUI):
for serial in self.serial_tabs: for serial in self.serial_tabs:
serial.cleanup() serial.cleanup()
self.serial_tabs = []
self.console.cleanup() self.console.cleanup()
self.console = None self.console = None