aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/chewy/graphics.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/chewy/graphics.cpp b/engines/chewy/graphics.cpp
index 887bb75bb4..fda46a3e7a 100644
--- a/engines/chewy/graphics.cpp
+++ b/engines/chewy/graphics.cpp
@@ -81,5 +81,8 @@ void Graphics::playVideo(uint num) {
g_system->delayMillis(10);
}
+
+ cfoDecoder->close();
}
+
} // End of namespace Chewy