mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* archive.c (_bfd_archive_close_and_cleanup): Clear parent
cache slot for archives.
This commit is contained in:
@@ -2732,7 +2732,7 @@ _bfd_archive_close_and_cleanup (bfd *abfd)
|
||||
bfd_ardata (abfd)->cache = NULL;
|
||||
}
|
||||
}
|
||||
else if (arch_eltdata (abfd) != NULL)
|
||||
if (arch_eltdata (abfd) != NULL)
|
||||
{
|
||||
struct areltdata *ared = arch_eltdata (abfd);
|
||||
htab_t htab = (htab_t) ared->parent_cache;
|
||||
|
||||
Reference in New Issue
Block a user