MinizipHelpers: Close file after reading

This commit is contained in:
Stenzek 2024-10-20 12:41:41 +10:00
parent ecc0356fb9
commit 5c4a9f9f1c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ namespace MinizipHelpers {
} }
} }
unzCloseCurrentFile(zf);
return ret; return ret;
} }