mirror of https://github.com/python/cpython.git
Add missing Py_DECREF.
This commit is contained in:
parent
e0c3adfb9f
commit
dd82734aa1
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue