]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/app.cpp
fixes for user dash handling (patch 717736)
[wxWidgets.git] / src / mac / carbon / app.cpp
index aab9d2758084a8ed2c7ce3a462c2fc8448641469..0e4ce104f2799e6b90d71f48facb49f8ba04a5a7 100644 (file)
@@ -670,6 +670,8 @@ void wxApp::CleanUp()
 
 #if wxUSE_THREADS
     delete wxPendingEventsLocker;
+    // There is still more cleanup code that will try to use this if not NULL.
+    wxPendingEventsLocker = NULL;
     // If we don't do the following, we get an apparent memory leak.
     ((wxEvtHandler&) wxDefaultValidator).ClearEventLocker();
 #endif