mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, forgot to free up zlib resources.
This commit is contained in:
parent
f1d43e7e90
commit
10bcb323ac
1 changed files with 2 additions and 0 deletions
|
@ -426,6 +426,8 @@ bool CISOFileBlockDevice::ReadBlocks(u32 minBlock, int count, u8 *outPtr) {
|
|||
block += frameBlocks;
|
||||
outPtr += frameBlocks * GetBlockSize();
|
||||
}
|
||||
|
||||
inflateEnd(&z);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue