Skip to content

Commit

Permalink
MinizipHelpers: Close file after reading
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Oct 20, 2024
1 parent ecc0356 commit 5c4a9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/minizip_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ namespace MinizipHelpers {
}
}

unzCloseCurrentFile(zf);
return ret;
}

Expand Down

0 comments on commit 5c4a9f9

Please sign in to comment.