mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
mfree() -> xmfree().
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user