[RFA] nm.c, display_rel_file, fix memory leak
Richard Sandiford
richard.sandiford@linaro.org
Mon Mar 14 12:06:00 GMT 2011
More information about the Binutils mailing list
Mon Mar 14 12:06:00 GMT 2011
- Previous message (by thread): [RFA] nm.c, display_rel_file, fix memory leak
- Next message (by thread): [RFA] readelf.c (process_version_sections): Free symbols.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Snyder <msnyder@vmware.com> writes: > OK? Yes, thanks. > 2011-03-07 Michael Snyder <msnyder@vmware.com> > > * nm.c (display_rel_file): Free symsizes. > > Index: nm.c > =================================================================== > RCS file: /cvs/src/src/binutils/nm.c,v > retrieving revision 1.65 > diff -u -p -r1.65 nm.c > --- nm.c 8 Oct 2010 15:12:29 -0000 1.65 > +++ nm.c 8 Mar 2011 00:39:08 -0000 > @@ -1101,6 +1101,7 @@ display_rel_file (bfd *abfd, bfd *archiv > print_size_symbols (abfd, dynamic, symsizes, symcount, archive_bfd); > > free (minisyms); > + free (symsizes); > } > > static void
- Previous message (by thread): [RFA] nm.c, display_rel_file, fix memory leak
- Next message (by thread): [RFA] readelf.c (process_version_sections): Free symbols.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list