diff --git a/gb.gtk/src/main.cpp b/gb.gtk/src/main.cpp index 5e6d61bfd..89e786ef9 100644 --- a/gb.gtk/src/main.cpp +++ b/gb.gtk/src/main.cpp @@ -417,7 +417,7 @@ void hook_quit (void) CWINDOW_delete_all(); gControl::postDelete(); - CWatcher::Clear(); + //CWatcher::Clear(); gApplication::exit(); #ifdef GDK_WINDOWING_X11 diff --git a/gb.gtk3/src/main.cpp b/gb.gtk3/src/main.cpp index c8a5d4f81..4e0ad5d46 100644 --- a/gb.gtk3/src/main.cpp +++ b/gb.gtk3/src/main.cpp @@ -439,7 +439,7 @@ void hook_quit(void) CWINDOW_delete_all(); gControl::postDelete(); - CWatcher::Clear(); + //CWatcher::Clear(); gApplication::exit(); PLATFORM.Exit();