From b9090b9269942063355f27d3cd7d0c8972a8b5cf Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 10 Aug 2004 23:48:29 +0000 Subject: * xcoff_symfile_finish: Replace last call to xmfree by call to xfree. --- gdb/xcoffread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffread.c') diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index e92ab02453f..2f1bd23ae1c 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -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. */ -- cgit v1.2.1