diff options
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index 375d658e1d..965473a54c 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -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. */ |