mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 22:21:26 +08:00
gdb/
* python/py-type.c (typy_richcompare): Initialize worklist.
This commit is contained in:
@ -892,7 +892,7 @@ typy_richcompare (PyObject *self, PyObject *other, int op)
|
||||
else
|
||||
{
|
||||
struct bcache *cache;
|
||||
VEC (type_equality_entry_d) *worklist;
|
||||
VEC (type_equality_entry_d) *worklist = NULL;
|
||||
struct type_equality_entry entry;
|
||||
|
||||
cache = bcache_xmalloc ();
|
||||
|
Reference in New Issue
Block a user