mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (process_section_groups): Free symtab after use.
This commit is contained in:
@@ -4034,6 +4034,8 @@ process_section_groups (FILE *file)
|
||||
group->root = g;
|
||||
}
|
||||
|
||||
if (symtab)
|
||||
free (symtab);
|
||||
if (strtab)
|
||||
free (strtab);
|
||||
if (start)
|
||||
|
||||
Reference in New Issue
Block a user