mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-24 02:37:23 +08:00
* python/python.c (start_type_printers): Initialize 'result_obj'.
This commit is contained in:
@ -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