* python/py-prettyprint.c (search_pp_list): Decref 'attr'.
This commit is contained in:
parent
97b77b3951
commit
7d38e38f3f
2 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,7 @@ search_pp_list (PyObject *list, PyObject *value)
|
|||
if (!attr)
|
||||
return NULL;
|
||||
cmp = PyObject_IsTrue (attr);
|
||||
Py_DECREF (attr);
|
||||
if (cmp == -1)
|
||||
return NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue