mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Fix minor memory leak in JIT block cache
This commit is contained in:
parent
35b6c7341b
commit
d60f5ba285
@ -100,6 +100,7 @@ void JitBlockCache::Init() {
|
||||
}
|
||||
|
||||
void JitBlockCache::Shutdown() {
|
||||
Clear(); // Make sure proxy block links are deleted
|
||||
delete [] blocks_;
|
||||
blocks_ = 0;
|
||||
num_blocks_ = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user