# HG changeset patch # User Ritor1 # Date 1397129710 -21600 # Node ID 44c91cec72adffae4e190b827c290d0935af0d4e # Parent 08c4f1799ca1db30fca026d2cbe0aefbbc8991ea m diff -r 08c4f1799ca1 -r 44c91cec72ad AudioPlayer.cpp --- a/AudioPlayer.cpp Thu Apr 10 17:34:50 2014 +0600 +++ b/AudioPlayer.cpp Thu Apr 10 17:35:10 2014 +0600 @@ -2343,8 +2343,8 @@ if ( this->bPlayerReady ) { - CloseHandle(pVideoPlayer->hMagicVid); - CloseHandle(pVideoPlayer->hMightVid); + CloseHandle(hMagicVid); + CloseHandle(hMightVid); pAudioPlayer->StopChannels(-1, -1); if ( pAudioPlayer->uMixerChannels > 0 ) {