diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index c182faa..e30b613 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1457,7 +1457,6 @@ find_separate_debug_file (struct objfile *objfile) xfree (canon_name); xfree (basename); xfree (dir); - xfree (canon_name); return xstrdup (debugfile); } } |