* xcoff_symfile_finish: Replace last call to xmfree by call
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index e92ab02453f210a68be531408ef45d7f1dbecb99..2f1bd23ae1cfb42a359cae5a1c613c8a9036bd9a 100644 (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.  */
This page took 0.025807 seconds and 4 git commands to generate.