Forgot to call Close() in the QT video provider's destructor.

Originally committed to SVN as r3189.
This commit is contained in:
Karl Blomster 2009-07-21 21:04:38 +00:00
parent 38c5f8200a
commit 8d5bae9558
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ QuickTimeVideoProvider::QuickTimeVideoProvider(Aegisub::String filename) {
QuickTimeVideoProvider::~QuickTimeVideoProvider() {
Close();
ExitMovies();
#ifdef WIN32
TerminateQTML();