[Scummvm-git-logs] scummvm master -> 84fde60293496559c4eab7a50f1e69664b57178f

aquadran noreply at scummvm.org
Wed Jul 23 05:35:08 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:
84fde60293 WINTERMUTE: Cleanup on ad_talk_def


Commit: 84fde60293496559c4eab7a50f1e69664b57178f
    https://github.com/scummvm/scummvm/commit/84fde60293496559c4eab7a50f1e69664b57178f
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-07-23T07:35:04+02:00

Commit Message:
WINTERMUTE: Cleanup on ad_talk_def

Changed paths:
    engines/wintermute/ad/ad_talk_def.cpp


diff --git a/engines/wintermute/ad/ad_talk_def.cpp b/engines/wintermute/ad/ad_talk_def.cpp
index 20b1d882010..dd1aa6d7dd1 100644
--- a/engines/wintermute/ad/ad_talk_def.cpp
+++ b/engines/wintermute/ad/ad_talk_def.cpp
@@ -137,7 +137,6 @@ bool AdTalkDef::loadBuffer(char *buffer, bool complete) {
 				_nodes.add(node);
 			} else {
 				delete node;
-				node = nullptr;
 				cmd = PARSERR_GENERIC;
 			}
 		}




More information about the Scummvm-git-logs mailing list