mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
inspection: Don't warn at app shutdown about leaks
Can't find a way to get a Thread to release the reference to the callback
This commit is contained in:
parent
be0118e2fe
commit
e4f774058a
@ -28,6 +28,9 @@ from guestfs import GuestFS
|
||||
from virtManager.baseclass import vmmGObject
|
||||
|
||||
class vmmInspection(vmmGObject):
|
||||
# Can't find a way to make Thread release our reference
|
||||
_leak_check = False
|
||||
|
||||
def __init__(self):
|
||||
vmmGObject.__init__(self)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user