Actually recurse on the debuglink.

Mon Jun  2 00:58:17 2008  Søren Sandmann  <sandmann@redhat.com>

	* binfile.c (get_debug_binaries): Actually recurse on the
	debuglink. 


svn path=/trunk/; revision=430
This commit is contained in:
Søren Sandmann
2008-06-02 04:59:01 +00:00
committed by Søren Sandmann Pedersen
parent 355818bf5b
commit 10c747aa40
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Jun 2 00:58:17 2008 Søren Sandmann <sandmann@redhat.com>
* binfile.c (get_debug_binaries): Actually recurse on the
debuglink.
Mon Jun 2 00:56:00 2008 Søren Sandmann <sandmann@redhat.com>
* binfile.c (get_debug_binaries): Plug leak

View File

@ -248,6 +248,7 @@ get_debug_binaries (GList *files,
files = g_list_prepend (files, debuglink_file);
filename = debug_name;
elf = debuglink_file;
}
}
while (debuglink_file);