mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
count of item appended to list. * python/py-type.c (typy_fields): Likewise.
This commit is contained in:
@ -246,6 +246,7 @@ typy_fields (PyObject *self, PyObject *args)
|
||||
Py_DECREF (result);
|
||||
return NULL;
|
||||
}
|
||||
Py_DECREF (dict);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user