[Scummvm-git-logs] scummvm master -> 0ac78878563a418483ec65a65c45a421bbf0392d
digitall
dgturner at iee.org
Wed Sep 26 05:35:55 CEST 2018
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:
0ac7887856 FULLPIPE: Fix For Memory Leak When Exiting Through Game Menu.
Commit: 0ac78878563a418483ec65a65c45a421bbf0392d
https://github.com/scummvm/scummvm/commit/0ac78878563a418483ec65a65c45a421bbf0392d
Author: D G Turner (digitall at scummvm.org)
Date: 2018-09-26T04:44:04+01:00
Commit Message:
FULLPIPE: Fix For Memory Leak When Exiting Through Game Menu.
This fixes bug #10398 ("FULLPIPE: memory leak when exiting via in-game
menu (not gmm)").
Changed paths:
engines/fullpipe/fullpipe.cpp
diff --git a/engines/fullpipe/fullpipe.cpp b/engines/fullpipe/fullpipe.cpp
index 48dff10..b6bcbfc 100644
--- a/engines/fullpipe/fullpipe.cpp
+++ b/engines/fullpipe/fullpipe.cpp
@@ -324,6 +324,7 @@ Common::Error FullpipeEngine::run() {
_system->updateScreen();
}
+ delete _modalObject;
freeGameLoader();
cleanup();
More information about the Scummvm-git-logs
mailing list