aboutsummaryrefslogtreecommitdiff
path: root/gdb/somread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-02 22:38:23 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-02 22:38:23 +0000
commitaac7f4eaf285cfa05a09ce0750f3f828ba0b0f01 (patch)
treeeb4b35b0031b389cdb25e2d2ed735f4fb663d11e /gdb/somread.c
parent4c17829508ff57f839698eb08f6adf8fdf2526a1 (diff)
downloadgdb-aac7f4eaf285cfa05a09ce0750f3f828ba0b0f01.zip
gdb-aac7f4eaf285cfa05a09ce0750f3f828ba0b0f01.tar.gz
gdb-aac7f4eaf285cfa05a09ce0750f3f828ba0b0f01.tar.bz2
mfree() -> xmfree().
Diffstat (limited to 'gdb/somread.c')
-rw-r--r--gdb/somread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somread.c b/gdb/somread.c
index 5afb15c..aba3323 100644
--- a/gdb/somread.c
+++ b/gdb/somread.c
@@ -423,7 +423,7 @@ som_symfile_finish (struct objfile *objfile)
{
if (objfile->sym_stab_info != NULL)
{
- mfree (objfile->md, objfile->sym_stab_info);
+ xmfree (objfile->md, objfile->sym_stab_info);
}
hpread_symfile_finish (objfile);
}