[vlc-devel] commit: Fix quit sequence in hotkeys. (Laurent Aimar )

git version control git at videolan.org
Tue Jan 6 21:37:53 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jan  6 21:20:27 2009 +0100| [8eae40296e3b5a6555cc95bfa63a5c485147be2f] | committer: Laurent Aimar 

Fix quit sequence in hotkeys.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8eae40296e3b5a6555cc95bfa63a5c485147be2f
---

 modules/control/hotkeys.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/control/hotkeys.c b/modules/control/hotkeys.c
index 3959804..3e93d61 100644
--- a/modules/control/hotkeys.c
+++ b/modules/control/hotkeys.c
@@ -195,9 +195,8 @@ static void Run( intf_thread_t *p_intf )
         /* Quit */
         if( i_action == ACTIONID_QUIT )
         {
-            playlist_Stop( p_playlist );
             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 )




More information about the vlc-devel mailing list