[Scummvm-git-logs] scummvm master -> 81fd742a6c04b50484d17ea5a0175045c4093159

digitall noreply at scummvm.org
Sun Aug 30 23:43:12 UTC 2026


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:
81fd742a6c GRIM: Fix Memory Leak When Playing Grim Fandango Remastered


Commit: 81fd742a6c04b50484d17ea5a0175045c4093159
    https://github.com/scummvm/scummvm/commit/81fd742a6c04b50484d17ea5a0175045c4093159
Author: D G Turner (digitall at scummvm.org)
Date: 2026-08-31T00:41:39+01:00

Commit Message:
GRIM: Fix Memory Leak When Playing Grim Fandango Remastered

Changed paths:
    engines/grim/localize.cpp


diff --git a/engines/grim/localize.cpp b/engines/grim/localize.cpp
index 6f015e325a2..849eae57ecb 100644
--- a/engines/grim/localize.cpp
+++ b/engines/grim/localize.cpp
@@ -78,6 +78,7 @@ Localizer::Localizer() {
 
 	if (g_grim->isRemastered()) {
 		parseRemasteredData(Common::String(data));
+		delete[] data;
 		return;
 	}
 




More information about the Scummvm-git-logs mailing list