X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a446332930f51af5c85fb9b73e26f87fc65cd2c..46ae103b9f08fc4e447d16a6a92b03cf55ee3189:/wxPython/src/mac/grid_wrap.cpp?ds=sidebyside diff --git a/wxPython/src/mac/grid_wrap.cpp b/wxPython/src/mac/grid_wrap.cpp index e38ab821c2..166d5bd5aa 100644 --- a/wxPython/src/mac/grid_wrap.cpp +++ b/wxPython/src/mac/grid_wrap.cpp @@ -1037,7 +1037,8 @@ SWIG_Python_TypeError(const char *type, PyObject *obj) PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received", type, otype); } - Py_DECREF(str); + if (str) + Py_DECREF(str); return; } } @@ -10493,15 +10494,11 @@ static PyObject *_wrap_Grid_GetTextBoxSize(PyObject *, PyObject *args, PyObject int i, len=PySequence_Length(obj2); for (i=0; iAdd(Py2wxString(str)); + arg3->Add(*s); + delete s; Py_DECREF(item); - Py_DECREF(str); } } {