mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-08-29 09:49:33 +03:00
Turn off leak debugging, since gtk3 is messing us up
This commit is contained in:
@ -48,7 +48,8 @@ from virtManager.error import vmmErrorDialog
|
||||
from virtManager.systray import vmmSystray
|
||||
|
||||
# Enable this to get a report of leaked objects on app shutdown
|
||||
debug_ref_leaks = True
|
||||
# XXX: gtk3 has issues here
|
||||
debug_ref_leaks = False
|
||||
|
||||
def default_uri():
|
||||
tryuri = None
|
||||
|
Reference in New Issue
Block a user