diff --git a/src/AutoKeysounds.cpp b/src/AutoKeysounds.cpp index 83535b2053..179fd23809 100644 --- a/src/AutoKeysounds.cpp +++ b/src/AutoKeysounds.cpp @@ -271,7 +271,7 @@ void AutoKeysounds::FinishLoading() pChain->AddSound( iIndex, 0.0f, 0 ); } pChain->Finish(); - m_pSharedSound = pChain; + m_pSharedSound = new RageSoundReader_Extend(pChain); } else {