Sigh, should have updated the copyright date in the
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 375d658e1d4ed9348d64182f414d9476ff6dc083..965473a54c443817588cbe203ddbcc8fe2345e15 100644 (file)
@@ -1860,7 +1860,7 @@ xcoff_symfile_finish (struct objfile *objfile)
 {
   if (objfile->sym_private != NULL)
     {
-      mfree (objfile->md, objfile->sym_private);
+      xmfree (objfile->md, objfile->sym_private);
     }
 
   /* Start with a fresh include table for the next objfile.  */
This page took 0.023691 seconds and 4 git commands to generate.