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

eriktorbjorn noreply at scummvm.org
Wed Jun 25 05:39:54 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:
a1b5047804 AWE: Fix memory leak


Commit: a1b5047804091c3021e48f549a2b3455553c6189
    https://github.com/scummvm/scummvm/commit/a1b5047804091c3021e48f549a2b3455553c6189
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-06-25T07:39:43+02:00

Commit Message:
AWE: Fix memory leak

Changed paths:
    engines/awe/awe.cpp


diff --git a/engines/awe/awe.cpp b/engines/awe/awe.cpp
index de9a64d2170..dcfb7929891 100644
--- a/engines/awe/awe.cpp
+++ b/engines/awe/awe.cpp
@@ -199,6 +199,7 @@ Common::Error AweEngine::run() {
 	delete e;
 	stub->fini();
 	delete stub;
+	delete graphics;
 
 	return Common::kNoError;
 }




More information about the Scummvm-git-logs mailing list