X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91d6301a7b34ba2f4b6675ae5b6e6b3fee178079..47fe7ff3821c632b490b16da6b5113f127905a23:/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); } }