Fix another small connection threading bug in addhardware.

This commit is contained in:
Cole Robinson 2008-09-07 16:50:21 -04:00
parent 57a8386bfe
commit 5e6abe0cf6
1 changed files with 0 additions and 3 deletions

View File

@ -585,9 +585,6 @@ class vmmAddHardware(gobject.GObject):
% str(e)
self.install_details = details
logging.error(details)
finally:
if newconn:
newconn.close()
def browse_storage_partition_address(self, src, ignore=None):