[Scummvm-cvs-logs] scummvm master -> b493bc2a6df3509cc7dec982544bd77e8ed1310f

m-kiewitz m_kiewitz at users.sourceforge.net
Tue Sep 15 16:40:13 CEST 2015


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:
b493bc2a6d SHERLOCK: 3DO: SS: fully fix videoplay memory leak


Commit: b493bc2a6df3509cc7dec982544bd77e8ed1310f
    https://github.com/scummvm/scummvm/commit/b493bc2a6df3509cc7dec982544bd77e8ed1310f
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-09-15T16:40:04+02:00

Commit Message:
SHERLOCK: 3DO: SS: fully fix videoplay memory leak

Changed paths:
    engines/sherlock/scalpel/scalpel.cpp



diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index d407b59..086d607 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -1400,7 +1400,7 @@ bool ScalpelEngine::play3doMovie(const Common::String &filename, const Common::P
 	videoDecoder->close();
 	delete videoDecoder;
 
-	if (halfSize) {
+	if (isPortrait) {
 		delete frameImageFile;
 	}
 






More information about the Scummvm-git-logs mailing list