Some cleanup and a fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -323,15 +323,11 @@ public:
|
||||
bool doSave;
|
||||
#ifdef wxPyUSE_EXPORT
|
||||
doSave = wxPyCoreAPIPtr->p_wxPyRestoreThread();
|
||||
#else
|
||||
doSave = wxPyRestoreThread();
|
||||
#endif
|
||||
|
||||
Py_DECREF(m_obj);
|
||||
|
||||
#ifdef wxPyUSE_EXPORT
|
||||
wxPyCoreAPIPtr->p_wxPySaveThread(doSave);
|
||||
#else
|
||||
doSave = wxPyRestoreThread();
|
||||
Py_DECREF(m_obj);
|
||||
wxPySaveThread(doSave);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user