mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-30 15:56:36 +08:00
gdb/
* python/py-type.c (typy_richcompare): Initialize worklist.
This commit is contained in:
@ -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>
|
2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
Kazu Hirata <kazu@codesourcery.com>
|
Kazu Hirata <kazu@codesourcery.com>
|
||||||
Jonathan Larmour <jifl@eCosCentric.com>
|
Jonathan Larmour <jifl@eCosCentric.com>
|
||||||
|
@ -892,7 +892,7 @@ typy_richcompare (PyObject *self, PyObject *other, int op)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
struct bcache *cache;
|
struct bcache *cache;
|
||||||
VEC (type_equality_entry_d) *worklist;
|
VEC (type_equality_entry_d) *worklist = NULL;
|
||||||
struct type_equality_entry entry;
|
struct type_equality_entry entry;
|
||||||
|
|
||||||
cache = bcache_xmalloc ();
|
cache = bcache_xmalloc ();
|
||||||
|
Reference in New Issue
Block a user