SCI: releasing sample stream as well (thx to LordHoto)

svn-id: r47115
This commit is contained in:
Martin Kiewitz 2010-01-07 14:39:42 +00:00
parent c57549184b
commit 5b063e2d93

View File

@ -432,6 +432,7 @@ void SciMusic::soundKill(MusicEntry *pSnd) {
if (pSnd->pStreamAud) {
_pMixer->stopHandle(pSnd->hCurrentAud);
delete pSnd->pStreamAud;
pSnd->pStreamAud = NULL;
}