[Scummvm-git-logs] scummvm master -> 8cdf3308df8a20e4d33545722aaa41c04b6fd25a

AndywinXp noreply at scummvm.org
Sun Jun 29 08:01:20 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:
8cdf3308df LASTEXPRESS: Fix sound Slot leaks on quit


Commit: 8cdf3308df8a20e4d33545722aaa41c04b6fd25a
    https://github.com/scummvm/scummvm/commit/8cdf3308df8a20e4d33545722aaa41c04b6fd25a
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-06-29T09:56:09+02:00

Commit Message:
LASTEXPRESS: Fix sound Slot leaks on quit

Changed paths:
    engines/lastexpress/lastexpress.cpp


diff --git a/engines/lastexpress/lastexpress.cpp b/engines/lastexpress/lastexpress.cpp
index 3b583902a14..cd51271991f 100644
--- a/engines/lastexpress/lastexpress.cpp
+++ b/engines/lastexpress/lastexpress.cpp
@@ -242,6 +242,8 @@ Common::Error LastExpressEngine::run() {
 		haveEvent = getMessageManager()->process();
 	}
 
+	getSoundManager()->destroyAllSound();
+
 	getTimerManager()->removeTimerProc(soundTimerHandler);
 
 	shutDown();




More information about the Scummvm-git-logs mailing list