]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* linespec.c (decode_objc): Add cleanup to free
authorKeith Seitz <keiths@redhat.com>
Thu, 31 May 2012 18:44:50 +0000 (18:44 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 31 May 2012 18:44:50 +0000 (18:44 +0000)
commit71bdabee218e22fa592ab679a2d1ee044e0f6e2c
tree0026ab4808725db7b4858275ac13e940c7a5ad65
parent2d376810dc04fbbcfcd9af8f3a2692f47746f980
* linespec.c (decode_objc): Add cleanup to free
INFO.FILE_SYMTABS.
(find_linespec_symbols): Add cleanup to free CLASSES.
* symfile.c (find_separate_debug_file_by_debuglink): Add
cleanup to free DEBUGLINK.
* ui-out.c (clear_header_list): No need to check if
HEADER_NEXT.COLHDR is NULL.
Free HEADER_NEXT.COL_NAME.
gdb/ChangeLog
gdb/linespec.c
gdb/symfile.c
gdb/ui-out.c