* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / elfread.c
index a7d5009312195f46079822e74b999b71dcfc16ab..2a5e536a498e0c802d564f0d04778dfa94a86ffa 100644 (file)
@@ -249,7 +249,7 @@ elf_symtab_read (struct objfile *objfile, int dynamic)
   if (storage_needed > 0)
     {
       symbol_table = (asymbol **) xmalloc (storage_needed);
-      back_to = make_cleanup (free, symbol_table);
+      back_to = make_cleanup (xfree, symbol_table);
       if (dynamic)
        number_of_symbols = bfd_canonicalize_dynamic_symtab (objfile->obfd,
                                                             symbol_table);
This page took 0.023611 seconds and 4 git commands to generate.