]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
fixed wxString iterators linked list corruption
[wxWidgets.git] / wxPython / src / helpers.cpp
index 3e7a8e9c9cb939981be37ea1f1f2bafa7d16f04e..a99061c73289ab3a6f61f0313c081669413ff1d5 100644 (file)
@@ -842,6 +842,7 @@ void wxPyOORClientData_dtor(wxPyOORClientData* self) {
             //Py_INCREF(deadObjectClass);
             Py_DECREF(klass);
             Py_DECREF(name);
+            Py_DECREF(dict);
         }
     }