mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* python/python.c (start_type_printers): Initialize 'result_obj'.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2012-11-12 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* python/python.c (start_type_printers): Initialize 'result_obj'.
|
||||
|
||||
2012-11-12 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* NEWS: Update.
|
||||
|
@ -1189,7 +1189,7 @@ void *
|
||||
start_type_printers (void)
|
||||
{
|
||||
struct cleanup *cleanups;
|
||||
PyObject *type_module, *func, *result_obj;
|
||||
PyObject *type_module, *func, *result_obj = NULL;
|
||||
|
||||
cleanups = ensure_python_env (get_current_arch (), current_language);
|
||||
|
||||
|
Reference in New Issue
Block a user