diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index de7f3a6..3ba11de 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -656,6 +656,7 @@ symfile_bfd_open (name) } free (name); /* Free 1st new malloc'd copy */ name = absolute_name; /* Keep 2nd malloc'd copy in bfd */ + /* It'll be freed in free_objfile(). */ sym_bfd = bfd_fdopenr (name, NULL, desc); if (!sym_bfd) |