Commit 5422e764 authored by Rafaël Carré's avatar Rafaël Carré

hotkey: Stop the playlist on Quit

parent 8fa28233
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment