mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
gdb/
* python/py-type.c (typy_richcompare): Initialize worklist.
This commit is contained in:
parent
b51176f170
commit
e8fd65ef54
@ -1,3 +1,7 @@
|
||||
2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* python/py-type.c (typy_richcompare): Initialize worklist.
|
||||
|
||||
2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
Kazu Hirata <kazu@codesourcery.com>
|
||||
Jonathan Larmour <jifl@eCosCentric.com>
|
||||
|
@ -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…
Reference in New Issue
Block a user