* ia64-tdep.c (ia64_memory_remove_breakpoint): Call do_cleanups
before a return.
+2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * ia64-tdep.c (ia64_memory_remove_breakpoint): Call do_cleanups
+ before a return.
+
2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
* ia64-tdep.c (ia64_memory_insert_breakpoint)
warning (_("Cannot remove breakpoint at address %s, "
"no break instruction at such address."),
paddress (gdbarch, bp_tgt->placed_address));
+ do_cleanups (cleanup);
return -1;
}