mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* bug fix
2001-04-19 Frank Ch. Eigler <fche@redhat.com> * sim-utils.c (sim_analyze_program): Call bfd_cache_close after we're finished with its immediate use. * sim-load.c (sim_load_file): Ditto.
This commit is contained in:
@@ -287,6 +287,8 @@ sim_analyze_program (sd, prog_name, prog_bfd)
|
||||
break;
|
||||
}
|
||||
|
||||
bfd_cache_close (prog_bfd);
|
||||
|
||||
return SIM_RC_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user