diff --git a/plugins/spu2-x/src/SndOut.cpp b/plugins/spu2-x/src/SndOut.cpp index f022f212da..a3fe48efce 100644 --- a/plugins/spu2-x/src/SndOut.cpp +++ b/plugins/spu2-x/src/SndOut.cpp @@ -286,6 +286,8 @@ void SndBuffer::Cleanup() { mods[OutputModule]->Close(); + soundtouchCleanup(); + safe_delete_array( m_buffer ); safe_delete_array( sndTempBuffer ); safe_delete_array( sndTempBuffer16 );