[vlc-devel] [PATCH] ActiveX: added Windows Manager detaching from libvlc on libvlc_media_player_release

Sergey Radionov rsatom at gmail.com
Fri Dec 23 11:03:10 CET 2011


---
 activex/plugin.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/activex/plugin.cpp b/activex/plugin.cpp
index e7e76c1..e436122 100644
--- a/activex/plugin.cpp
+++ b/activex/plugin.cpp
@@ -1249,6 +1249,7 @@ bool VLCPlugin::playlist_select( int idx )
         if( isPlaying() )
             playlist_stop();
         player_unregister_events();
+        _WindowsManager.LibVlcDetach();
         libvlc_media_player_release( _p_mplayer );
         _p_mplayer = NULL;
     }
-- 
1.7.7.1.msysgit.0




More information about the vlc-devel mailing list