Skip to content

Commit

Permalink
Merge pull request #11 from Optiroc/close-text-fh
Browse files Browse the repository at this point in the history
Close file handle in load_text(), fixes issue #7
  • Loading branch information
MagerValp authored Apr 16, 2020
2 parents 122da83 + 1a1c0d4 commit 36a9bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AGS2Menu.e
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ PROC load_text() OF ags HANDLE

EXCEPT DO
IF line THEN DisposeLink(line)
IF fh THEN Close(fh)
ENDPROC


Expand Down

0 comments on commit 36a9bd6

Please sign in to comment.