mfree() -> xmfree().

This commit is contained in:
Andrew Cagney
2001-12-02 22:38:23 +00:00
parent 4c17829508
commit aac7f4eaf2
14 changed files with 48 additions and 44 deletions

View File

@@ -423,7 +423,7 @@ som_symfile_finish (struct objfile *objfile)
{
if (objfile->sym_stab_info != NULL)
{
mfree (objfile->md, objfile->sym_stab_info);
xmfree (objfile->md, objfile->sym_stab_info);
}
hpread_symfile_finish (objfile);
}