mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-26 23:50:31 +00:00
MinizipHelpers: Close file after reading
This commit is contained in:
parent
ecc0356fb9
commit
5c4a9f9f1c
@ -129,6 +129,7 @@ namespace MinizipHelpers {
|
||||
}
|
||||
}
|
||||
|
||||
unzCloseCurrentFile(zf);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user