Kaydet (Commit) dd82734a authored tarafından Thomas Heller's avatar Thomas Heller

Add missing Py_DECREF.

üst e0c3adfb
...@@ -375,6 +375,7 @@ MacOS_GetErrorString(PyObject *self, PyObject *args) ...@@ -375,6 +375,7 @@ MacOS_GetErrorString(PyObject *self, PyObject *args)
/* And try again... */ /* And try again... */
h = GetResource('Estr', err); h = GetResource('Estr', err);
} }
Py_DECREF(m);
} }
} }
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment