diff options
Diffstat (limited to 'binutils/rescoff.c')
-rw-r--r-- | binutils/rescoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/rescoff.c b/binutils/rescoff.c index 3e63e49..2706f158 100644 --- a/binutils/rescoff.c +++ b/binutils/rescoff.c @@ -164,7 +164,7 @@ read_coff_rsrc (const char *filename, const char *target) this will have to be cleaned up. */ ret = read_coff_res_dir (&wrbfd, data, &flaginfo, (const rc_res_id *) NULL, 0); - + bfd_close (abfd); return ret; |