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.
+2013-05-30 Tom Tromey <tromey@redhat.com>
+
+ * python/py-prettyprint.c (print_children): Remove extra
+ do_cleanups call.
+
2013-05-30 Tom Tromey <tromey@redhat.com>
* python/py-frame.c (frapy_read_var): Call do_cleanups along
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))
{