Rename symbbol to symbol
[deliverable/binutils-gdb.git] / bfd / archive.c
index 9e94745ff46996e727bbabbac45a1319b34106c8..df37996d74b41bb31c270616868cbc9787585d70 100644 (file)
@@ -1310,6 +1310,7 @@ _bfd_slurp_extended_name_table (bfd *abfd)
          if (bfd_get_error () != bfd_error_system_call)
            bfd_set_error (bfd_error_malformed_archive);
          bfd_release (abfd, (bfd_ardata (abfd)->extended_names));
+         bfd_ardata (abfd)->extended_names = NULL;
          goto byebye;
        }
 
This page took 0.022951 seconds and 4 git commands to generate.