diff options
Diffstat (limited to 'output/outelf32.c')
-rw-r--r-- | output/outelf32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/output/outelf32.c b/output/outelf32.c index 7159a1f..99e53ef 100644 --- a/output/outelf32.c +++ b/output/outelf32.c @@ -296,7 +296,6 @@ static void elf_cleanup(int debuginfo) (void)debuginfo; elf_write(); - fclose(elffp); for (i = 0; i < nsects; i++) { if (sects[i]->type != SHT_NOBITS) saa_free(sects[i]->data); |