[Scummvm-git-logs] scummvm branch-2-9 -> 918c64de028aae71aa456332c27a8cf5274f279c

mgerhardy noreply at scummvm.org
Tue Feb 11 19:48:28 UTC 2025


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:
918c64de02 TWINE: fixed segfault when restaring a game from the launcher a second time


Commit: 918c64de028aae71aa456332c27a8cf5274f279c
    https://github.com/scummvm/scummvm/commit/918c64de028aae71aa456332c27a8cf5274f279c
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2025-02-11T20:48:03+01:00

Commit Message:
TWINE: fixed segfault when restaring a game from the launcher a second time

the log watcher wasn't unregistered

Changed paths:
    engines/twine/debugger/debugtools.cpp


diff --git a/engines/twine/debugger/debugtools.cpp b/engines/twine/debugger/debugtools.cpp
index 654a71b706b..b3ee08aafc6 100644
--- a/engines/twine/debugger/debugtools.cpp
+++ b/engines/twine/debugger/debugtools.cpp
@@ -945,6 +945,7 @@ void onImGuiRender() {
 }
 
 void onImGuiCleanup() {
+	Common::setLogWatcher(nullptr);
 	delete _logger;
 	_logger = nullptr;
 }




More information about the Scummvm-git-logs mailing list