Turn off leak debugging, since gtk3 is messing us up

This commit is contained in:
Cole Robinson
2013-01-30 12:50:55 -05:00
parent 8da021cf3a
commit eba8f6f7e9

View File

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