summaryrefslogtreecommitdiff
path: root/output/outaout.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outaout.c')
-rw-r--r--output/outaout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/output/outaout.c b/output/outaout.c
index 4d38cdf..8d8966b 100644
--- a/output/outaout.c
+++ b/output/outaout.c
@@ -235,7 +235,6 @@ static void aout_cleanup(int debuginfo)
aout_fixup_relocs(&stext);
aout_fixup_relocs(&sdata);
aout_write();
- fclose(aoutfp);
saa_free(stext.data);
while (stext.head) {
r = stext.head;