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();