[Scummvm-git-logs] scummvm master -> 48a21ab68c17043d0d35701e861a245cf0ca9f40

AndywinXp noreply at scummvm.org
Fri Nov 14 14:40:54 UTC 2025


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

Summary:
48a21ab68c SWORD1: Attempt at fixing #16347


Commit: 48a21ab68c17043d0d35701e861a245cf0ca9f40
    https://github.com/scummvm/scummvm/commit/48a21ab68c17043d0d35701e861a245cf0ca9f40
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-11-14T15:40:48+01:00

Commit Message:
SWORD1: Attempt at fixing #16347

"SWORD1: FORTIFY: pthread_mutex_lock called on a destroyed mutex"

Changed paths:
    engines/sword1/sound.cpp


diff --git a/engines/sword1/sound.cpp b/engines/sword1/sound.cpp
index eae8834e503..d38ce46512c 100644
--- a/engines/sword1/sound.cpp
+++ b/engines/sword1/sound.cpp
@@ -1227,7 +1227,6 @@ void Sound::updateMusicStreaming() {
 						
 						if (_musicStreamFading[i] == 0) {
 							_mixer->setChannelVolume(_hSampleMusic[i], 0);
-							_musicOutputStream[i]->finish();
 							_musicOutputStream[i] = nullptr;
 
 							_mixer->stopHandle(_hSampleMusic[i]);




More information about the Scummvm-git-logs mailing list