mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix minor memory leak in JIT block cache
This commit is contained in:
parent
35b6c7341b
commit
d60f5ba285
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue