2004-10-19 H.J. Lu <hongjiu.lu@intel.com>

* readelf.c (process_section_groups): Free symtab after use.
This commit is contained in:
H.J. Lu 2004-10-19 19:30:33 +00:00
parent 1c0f67c194
commit 5ab0c1a196
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (process_section_groups): Free symtab after use.
2004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
Nick Clifton <nickc@redhat.com>

View File

@ -4034,6 +4034,8 @@ process_section_groups (FILE *file)
group->root = g;
}
if (symtab)
free (symtab);
if (strtab)
free (strtab);
if (start)