mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
outobj: don't fclose() the output
Missed fclose() in outobj when converting system to global fclose(). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
b83fd0b947
commit
68bec0872f
@ -677,7 +677,6 @@ static void obj_cleanup(int debuginfo)
|
||||
{
|
||||
obj_write_file(debuginfo);
|
||||
of_obj.current_dfmt->cleanup();
|
||||
fclose(ofp);
|
||||
while (seghead) {
|
||||
struct Segment *segtmp = seghead;
|
||||
seghead = seghead->next;
|
||||
|
Loading…
Reference in New Issue
Block a user