From 54f72dcc36781bdb55aa8347635577219c9230a0 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 30 May 2013 17:17:25 +0000 Subject: fix py-prettyprint.c print_children, in py-prettyprint.c, could call do_cleanups twice on the same cleanup. * python/py-prettyprint.c (print_children): Remove extra do_cleanups call. --- gdb/python/py-prettyprint.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/python/py-prettyprint.c') diff --git a/gdb/python/py-prettyprint.c b/gdb/python/py-prettyprint.c index 8fa2f42..47e9826 100644 --- a/gdb/python/py-prettyprint.c +++ b/gdb/python/py-prettyprint.c @@ -630,8 +630,6 @@ print_children (PyObject *printer, const char *hint, local_opts.addressprint = 0; val_print_string (type, encoding, addr, (int) length, stream, &local_opts); - - do_cleanups (inner_cleanup); } else if (gdbpy_is_string (py_v)) { -- cgit v1.1