diff options
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index 359d238..5f6df60 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -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); |