[Scummvm-git-logs] scummvm master -> d5f26ad3eb2f1687540eb5a7247b99799fe072ed

kelmer44 noreply at scummvm.org
Fri Jul 10 07:58:08 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:
d5f26ad3eb PELROCK: Fix occasional crash when saving game.


Commit: d5f26ad3eb2f1687540eb5a7247b99799fe072ed
    https://github.com/scummvm/scummvm/commit/d5f26ad3eb2f1687540eb5a7247b99799fe072ed
Author: kelmer (kelmer at gmail.com)
Date: 2026-07-10T09:57:59+02:00

Commit Message:
PELROCK: Fix occasional crash when saving game.

Changed paths:
    engines/pelrock/saveload.cpp


diff --git a/engines/pelrock/saveload.cpp b/engines/pelrock/saveload.cpp
index b8b3d2a3ebd..f1a5de71dc8 100644
--- a/engines/pelrock/saveload.cpp
+++ b/engines/pelrock/saveload.cpp
@@ -309,7 +309,6 @@ bool syncGameStateData(Common::Serializer &s, GameStateData *gameState) {
 			for (uint16 i = 0; i < numBranches; ++i) {
 				ResetEntry entry = branches[i];
 				syncResetEntry(s, entry);
-				delete[] entry.data;
 			}
 		}
 	} else {




More information about the Scummvm-git-logs mailing list