mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-23 10:17:53 +08:00
* python/py-prettyprint.c (search_pp_list): Decref 'attr'.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user