git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46107
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
delete wxTheColourDatabase;
wxTheColourDatabase = NULL;
- delete wxPendingEvents;
- wxPendingEvents = NULL;
-
#if wxUSE_THREADS
#if wxUSE_VALIDATORS
// If we don't do the following, we get an apparent memory leak.
((wxEvtHandler&) wxDefaultValidator).ClearEventLocker();
#endif // wxUSE_VALIDATORS
#endif // wxUSE_THREADS
+
+ wxAppConsole::CleanUp();
}
// ----------------------------------------------------------------------------