X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91d6301a7b34ba2f4b6675ae5b6e6b3fee178079..d1b736b7968ceea4233f3fceecdb01173f68a9a3:/wxPython/src/helpers.cpp diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index 3e7a8e9c9c..a99061c732 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -842,6 +842,7 @@ void wxPyOORClientData_dtor(wxPyOORClientData* self) { //Py_INCREF(deadObjectClass); Py_DECREF(klass); Py_DECREF(name); + Py_DECREF(dict); } }