* 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

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