Inochi2D / inochi2d

Inochi2D reference implementation aimed at rendering 2D puppets that can be animated in real-time (using eg. facial capture).
BSD 2-Clause "Simplified" License
1.25k stars 47 forks source link

Fix unclosed INP file handle #27

Closed moderatelyConfused closed 1 year ago

moderatelyConfused commented 1 year ago

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.