[Scummvm-git-logs] scummvm master -> 82d69c6075eb66fc342ec05fff957697a8c9bf29

dreammaster dreammaster at scummvm.org
Wed Sep 27 02:39:09 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
82d69c6075 TITANIC: Fix exit crash freeing wave files whilst still playing


Commit: 82d69c6075eb66fc342ec05fff957697a8c9bf29
    https://github.com/scummvm/scummvm/commit/82d69c6075eb66fc342ec05fff957697a8c9bf29
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-09-26T20:39:02-04:00

Commit Message:
TITANIC: Fix exit crash freeing wave files whilst still playing

Changed paths:
    engines/titanic/sound/sound.cpp


diff --git a/engines/titanic/sound/sound.cpp b/engines/titanic/sound/sound.cpp
index 17681d8..613e624 100644
--- a/engines/titanic/sound/sound.cpp
+++ b/engines/titanic/sound/sound.cpp
@@ -38,6 +38,7 @@ CSound::CSound(CGameManager *owner, Audio::Mixer *mixer) :
 }
 
 CSound::~CSound() {
+	_soundManager.qsWaveMixCloseSession();
 	_sounds.destroyContents();
 }
 





More information about the Scummvm-git-logs mailing list