* c-typeprint.c (cp_type_print_derivation_info): Fix comment.
[deliverable/binutils-gdb.git] / bfd / archive64.c
index f3a13d341ebe3d1674ee207175ed0fe7c13be2d7..db4ce2c1257216de3dcdedf5d659e5c6e9041c4c 100644 (file)
@@ -77,7 +77,7 @@ bfd_elf64_archive_slurp_armap (bfd *abfd)
   if (mapdata == NULL)
     return FALSE;
   parsed_size = mapdata->parsed_size;
-  bfd_release (abfd, mapdata);
+  free (mapdata);
 
   if (bfd_bread (int_buf, 8, abfd) != 8)
     {
This page took 0.022884 seconds and 4 git commands to generate.