* xcoff_symfile_finish: Replace last call to xmfree by call

to xfree.
This commit is contained in:
Joel Brobecker 2004-08-10 23:48:29 +00:00
parent cc503c8aa2
commit 3bcc18faa9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-08-10 Joel Brobecker <brobecker@gnat.com>
* xcoff_symfile_finish: Replace last call to xmfree by call
to xfree.
2004-08-10 Andrew Cagney <cagney@gnu.org>
* main.c (captured_main): Delete call to init_malloc.

View File

@ -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. */