aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video/bink_decoder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/bink_decoder.cpp b/video/bink_decoder.cpp
index e8d7adfd2f..a21582e5f3 100644
--- a/video/bink_decoder.cpp
+++ b/video/bink_decoder.cpp
@@ -120,6 +120,8 @@ BinkDecoder::~BinkDecoder() {
}
void BinkDecoder::close() {
+ reset();
+
if (_audioStream) {
// Stop audio
g_system->getMixer()->stopHandle(_audioHandle);