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:
Cole Robinson 2011-07-22 14:22:18 -04:00
parent be0118e2fe
commit e4f774058a

View File

@ -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)