]> git.sesse.net Git - vlc/commitdiff
Destroys hotkey interface when Quit action is requested
authorRafaël Carré <funman@videolan.org>
Sat, 1 Sep 2007 11:06:38 +0000 (11:06 +0000)
committerRafaël Carré <funman@videolan.org>
Sat, 1 Sep 2007 11:06:38 +0000 (11:06 +0000)
modules/control/hotkeys.c

index 5e87f555a7e1bf14e13a69c588dfe5e22ed5a27c..cee9dad4ad58aae07012b55e48733efe32a760e2 100644 (file)
@@ -236,6 +236,7 @@ static void Run( intf_thread_t *p_intf )
         if( i_action == ACTIONID_QUIT )
         {
             vlc_object_kill( p_intf->p_libvlc );
+            vlc_object_kill( p_intf );
             ClearChannels( p_intf, p_vout );
             vout_OSDMessage( p_intf, DEFAULT_CHAN, _( "Quit" ) );
             if( p_vout )