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

@@ -415,7 +415,7 @@ os9k_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);
}
/*
free_header_files ();