]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
fix for scrollbar's thumb update bug in wxUniv
[wxWidgets.git] / wxPython / src / helpers.cpp
index 6a196331a39b8e4aa7aee0973f53e43971c24259..13f93b78c388f8dcc879cfa56910b0f37790743c 100644 (file)
@@ -223,11 +223,13 @@ PyObject* __wxStart(PyObject* /* self */, PyObject* args)
 
 void __wxCleanup() {
     wxEntryCleanup();
+#ifdef WXP_WITH_THREAD
     delete wxPyTMutex;
     wxPyTMutex = NULL;
     wxPyTStates->Empty();
     delete wxPyTStates;
     wxPyTStates = NULL;
+#endif
 }