Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unclosed INP file handle #27

Merged
merged 1 commit into from
Oct 30, 2022

Conversation

moderatelyConfused
Copy link
Contributor

In certain cases inWriteINPExtensions did not close its read file handle, so the attempt to write to the file failed on Windows since the file handle was still holding the file lock.

In certain cases inWriteINPExtensions did not close its read file
handle, so the attempt to write to the file failed on Windows since the
file handle was still holding the file lock.
@LunaTheFoxgirl LunaTheFoxgirl merged commit cff75b2 into Inochi2D:main Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants