diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-30 16:28:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-30 16:28:29 +0000 |
commit | fe48dfb1ce26560b351cc9fbaed38e69f4ba89db (patch) | |
tree | b7864aa1b522a5e8fc401b118a23045723c3f001 /gdb/ChangeLog | |
parent | 27833de78f4f6b7c96482732e3b09b5b9a370e0f (diff) | |
download | gdb-fe48dfb1ce26560b351cc9fbaed38e69f4ba89db.zip gdb-fe48dfb1ce26560b351cc9fbaed38e69f4ba89db.tar.gz gdb-fe48dfb1ce26560b351cc9fbaed38e69f4ba89db.tar.bz2 |
fix cleanups in som_symtab_read
This fixes som_symtab_read not to leak cleanups.
* somread.c (som_symtab_read): Call do_cleanups.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 86c6369..2345ff8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2013-05-30 Tom Tromey <tromey@redhat.com> + * somread.c (som_symtab_read): Call do_cleanups. + +2013-05-30 Tom Tromey <tromey@redhat.com> + * printcmd.c (print_command_1): Unconditionally call do_cleanups. 2013-05-30 Tom Tromey <tromey@redhat.com> |