mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
SCI: releasing sample stream as well (thx to LordHoto)
svn-id: r47115
This commit is contained in:
parent
c57549184b
commit
5b063e2d93
@ -432,6 +432,7 @@ void SciMusic::soundKill(MusicEntry *pSnd) {
|
||||
|
||||
if (pSnd->pStreamAud) {
|
||||
_pMixer->stopHandle(pSnd->hCurrentAud);
|
||||
delete pSnd->pStreamAud;
|
||||
pSnd->pStreamAud = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user