]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/app.cpp
added direct HICommand updating
[wxWidgets.git] / src / mac / carbon / app.cpp
index bedbae9605c10956407d74131364b9e1eceb60a5..ebc798b4fd84c2824488c81e6814dd8f2c497dae 100644 (file)
@@ -651,6 +651,7 @@ void wxApp::CleanUp()
         delete wxWinMacControlList ;
     }
     delete wxPendingEvents;
+    wxPendingEvents = NULL;
 
 #if wxUSE_THREADS
     delete wxPendingEventsLocker;