From 6d29052e4215ddea347ad7bf7f1f0f25b92cbd4e Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sun, 13 Jan 2013 17:10:59 +0100 Subject: [PATCH] oops --- Core/System.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/System.cpp b/Core/System.cpp index 5cba87d375..27b9da4553 100644 --- a/Core/System.cpp +++ b/Core/System.cpp @@ -102,8 +102,7 @@ void PSP_Shutdown() if (coreParameter.enableSound) { host->ShutdownSound(); - delete mixer; - mixer = 0; + mixer = 0; // deleted in ShutdownSound } __KernelShutdown(); HLEShutdown();