mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Use bfd_cache_close, instead of accessing bfd->iostream directly.
This commit is contained in:
@ -433,7 +433,7 @@ ar_end (void)
|
||||
{
|
||||
if (obfd)
|
||||
{
|
||||
fclose ((FILE *)(obfd->iostream));
|
||||
bfd_cache_close (obfd);
|
||||
unlink (bfd_get_filename (obfd));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user