mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix crash in sceKernelDeleteHeap
This commit is contained in:
parent
52138f8ce8
commit
e1ce6c061e
1 changed files with 0 additions and 1 deletions
|
@ -2377,7 +2377,6 @@ static int sceKernelDeleteHeap(int heapId)
|
|||
userMemory.Free(heap->address);
|
||||
kernelObjects.Destroy<FPL>(heap->uid);
|
||||
heapInformationList.erase(heapId);
|
||||
delete heap;
|
||||
return hleLogError(SCEKERNEL, 0, "");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue