* elfread.c (record_minimal_symbol_and_info): Kludged to put
[deliverable/binutils-gdb.git] / gdb / symfile.c
index de7f3a6ff3cef3cac3010e0eb00d7b2283dfdb96..3ba11de883096dab373ca84503b26f5cd4f5ecc6 100644 (file)
@@ -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)
This page took 0.023658 seconds and 4 git commands to generate.