diff options
Diffstat (limited to 'gdb/python/py-function.c')
-rw-r--r-- | gdb/python/py-function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-function.c b/gdb/python/py-function.c index fc0d4dd..843ad30 100644 --- a/gdb/python/py-function.c +++ b/gdb/python/py-function.c @@ -39,7 +39,7 @@ convert_values_to_python (int argc, struct value **argv) { int i; PyObject *result = PyTuple_New (argc); - + if (! result) return NULL; |