mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Add missing Py_DECREF.
This commit is contained in:
parent
e0c3adfb9f
commit
dd82734aa1
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ MacOS_GetErrorString(PyObject *self, PyObject *args)
|
|||
/* And try again... */
|
||||
h = GetResource('Estr', err);
|
||||
}
|
||||
Py_DECREF(m);
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue