aboutsummaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index 66c2f05..79ff355 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -115,8 +115,6 @@ free_symtab (struct symtab *s)
xfree (s->line_charpos);
if (s->fullname != NULL)
xfree (s->fullname);
- if (s->debugformat != NULL)
- xfree (s->debugformat);
xfree (s);
}