-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close stream first, close fd only if not stream
- Loading branch information
Showing
2 changed files
with
45 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
|
||
2025-01-28 David Declerck <[email protected]> | ||
|
||
* fileio.c (cob_file_close): try to close the file stream | ||
first, close the file descriptor only if the stream is NULL | ||
(fixes assertions under MSVC debug) | ||
|
||
2024-11-06 David Declerck <[email protected]> | ||
|
||
Reverted change 2022-02-21 to integrate change | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters