Forgot to call Close() in the QT video provider's destructor.
Originally committed to SVN as r3189.
This commit is contained in:
parent
38c5f8200a
commit
8d5bae9558
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ QuickTimeVideoProvider::QuickTimeVideoProvider(Aegisub::String filename) {
|
||||||
|
|
||||||
|
|
||||||
QuickTimeVideoProvider::~QuickTimeVideoProvider() {
|
QuickTimeVideoProvider::~QuickTimeVideoProvider() {
|
||||||
|
Close();
|
||||||
ExitMovies();
|
ExitMovies();
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
TerminateQTML();
|
TerminateQTML();
|
||||||
|
|
Loading…
Reference in a new issue