* xcoff_symfile_finish: Replace last call to xmfree by call
to xfree.
This commit is contained in:
parent
cc503c8aa2
commit
3bcc18faa9
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user