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

This commit is contained in:
Martin Kiewitz 2015-09-15 16:40:04 +02:00
parent 0d6fa01408
commit b493bc2a6d

View File

@ -1400,7 +1400,7 @@ bool ScalpelEngine::play3doMovie(const Common::String &filename, const Common::P
videoDecoder->close();
delete videoDecoder;
if (halfSize) {
if (isPortrait) {
delete frameImageFile;
}