* symfile.c (symbol_file_add_with_addrs_or_offsets): Remove bad

do_cleanups call.
This commit is contained in:
Tom Tromey 2011-12-15 15:36:55 +00:00
parent 4434114c64
commit b5b445a33a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-12-15 Tom Tromey <tromey@redhat.com>
* symfile.c (symbol_file_add_with_addrs_or_offsets): Remove bad
do_cleanups call.
2011-12-14 Doug Evans <dje@google.com>
* defs.h (wait_to_die_with_timeout): Declare.

View File

@ -1165,8 +1165,6 @@ symbol_file_add_with_addrs_or_offsets (bfd *abfd,
time. */
gdb_flush (gdb_stdout);
do_cleanups (my_cleanups);
if (objfile->sf == NULL)
{
observer_notify_new_objfile (objfile);