mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* xcoff_symfile_finish: Replace last call to xmfree by call
to xfree.
This commit is contained in:
@@ -1858,7 +1858,7 @@ xcoff_symfile_finish (struct objfile *objfile)
|
||||
{
|
||||
if (objfile->sym_private != NULL)
|
||||
{
|
||||
xmfree (objfile->md, objfile->sym_private);
|
||||
xfree (objfile->sym_private);
|
||||
}
|
||||
|
||||
/* Start with a fresh include table for the next objfile. */
|
||||
|
||||
Reference in New Issue
Block a user