]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
fixed Cyrillic encodings
[wxWidgets.git] / src / gtk / app.cpp
index f4470521216389ff7abddc460032cf6a3dcaf03b..b452afc77adb23d03d08a6114623c815917e7099 100644 (file)
@@ -548,7 +548,7 @@ void wxApp::CleanUp()
 
     // check for memory leaks
 #if (defined(__WXDEBUG__) && wxUSE_MEMORY_TRACING) || wxUSE_DEBUG_CONTEXT
-    if (wxDebugContext::CountObjectsLeft() > 0)
+    if (wxDebugContext::CountObjectsLeft(TRUE) > 0)
     {
         wxLogDebug(wxT("There were memory leaks.\n"));
         wxDebugContext::Dump();