Fix another small connection threading bug in addhardware.
This commit is contained in:
parent
57a8386bfe
commit
5e6abe0cf6
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue