gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Nov 2009 14:57:02 +0000 (14:57 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Nov 2009 14:57:02 +0000 (14:57 +0000)
commit25522fae98c65c0c8558a07638e7a5e15ed6ca1f
tree1162da3ee7fc9dfdc8985b485b433f334d559ade
parent287ccc17edcb68ea6ba15be621e72e5bf7f46038
gdb/
* symfile.c (find_separate_debug_file): Initialize dir, debugfile and
canon_name to NULL.  Change alloca to xmalloc, newly call xfree for it.
New label cleanup_return_debugfile, jump to it from the failure paths.
gdb/ChangeLog
gdb/symfile.c