2011-03-07 Michael Snyder <msnyder@vmware.com>
* nm.c (display_rel_file): Free symsizes.
This commit is contained in:
parent
2021ad3a8c
commit
497b9b328d
@ -1,3 +1,7 @@
|
|||||||
|
2011-03-14 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* nm.c (display_rel_file): Free symsizes.
|
||||||
|
|
||||||
2011-03-10 Nick Clifton <nickc@redhat.com>
|
2011-03-10 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* readelf.c (get_machine_name): Update EM_V850 entry.
|
* readelf.c (get_machine_name): Update EM_V850 entry.
|
||||||
|
@ -1101,6 +1101,7 @@ display_rel_file (bfd *abfd, bfd *archive_bfd)
|
|||||||
print_size_symbols (abfd, dynamic, symsizes, symcount, archive_bfd);
|
print_size_symbols (abfd, dynamic, symsizes, symcount, archive_bfd);
|
||||||
|
|
||||||
free (minisyms);
|
free (minisyms);
|
||||||
|
free (symsizes);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user