From ccfb7cb86fd8cf8e21aa398d5b7e291c15eba6d8 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 2 Jul 2011 19:53:15 -0400 Subject: VIDEO: Remember to call reset() from BinkDecoder::close() --- video/bink_decoder.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video') 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); -- cgit v1.2.3