gdb/
* python/py-type.c (typy_richcompare): Initialize worklist.
This commit is contained in:
parent
b51176f170
commit
e8fd65ef54
2 changed files with 5 additions and 1 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue