diff --git a/Core/HLE/sceKernelMemory.cpp b/Core/HLE/sceKernelMemory.cpp index f08b2cf25a..44c193851c 100644 --- a/Core/HLE/sceKernelMemory.cpp +++ b/Core/HLE/sceKernelMemory.cpp @@ -2377,7 +2377,6 @@ static int sceKernelDeleteHeap(int heapId) userMemory.Free(heap->address); kernelObjects.Destroy(heap->uid); heapInformationList.erase(heapId); - delete heap; return hleLogError(SCEKERNEL, 0, ""); }