git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa2823
)
hotkey: Stop the playlist on Quit
author
Rafaël Carré
<funman@videolan.org>
Sat, 1 Sep 2007 13:10:04 +0000
(13:10 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Sat, 1 Sep 2007 13:10:04 +0000
(13:10 +0000)
modules/control/hotkeys.c
patch
|
blob
|
history
diff --git
a/modules/control/hotkeys.c
b/modules/control/hotkeys.c
index
cee9dad
..
87cdda4
100644
(file)
--- a/
modules/control/hotkeys.c
+++ b/
modules/control/hotkeys.c
@@
-235,6
+235,8
@@
static void Run( intf_thread_t *p_intf )
if( i_action == ACTIONID_QUIT )
{
+ if( p_playlist )
+ playlist_Stop( p_playlist );
vlc_object_kill( p_intf->p_libvlc );
vlc_object_kill( p_intf );
ClearChannels( p_intf, p_vout );