diff options
Diffstat (limited to 'engines/sherlock/scalpel')
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 90a7493b39..2bb90f7af5 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -1298,6 +1298,9 @@ bool ScalpelEngine::play3doMovie(const Common::String &filename, const Common::P } } + if (halfSize) + tempSurface.free(); + videoDecoder->close(); delete videoDecoder; |