2011-03-04 Michael Snyder <msnyder@vmware.com>
* solib.c (reload_shared_libraries_1): Close memory leak.
This commit is contained in:
parent
7a76282913
commit
42b1321cc8
@ -1,3 +1,7 @@
|
||||
2011-03-04 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* solib.c (reload_shared_libraries_1): Close memory leak.
|
||||
|
||||
2011-03-03 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR gdb/12538:
|
||||
|
@ -1326,6 +1326,7 @@ reload_shared_libraries_1 (int from_tty)
|
||||
SYMFILE_DEFER_BP_RESET | (from_tty ? SYMFILE_VERBOSE : 0);
|
||||
|
||||
filename = tilde_expand (so->so_original_name);
|
||||
make_cleanup (xfree, filename);
|
||||
abfd = solib_bfd_open (filename);
|
||||
if (abfd != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user