Commit 58208c69 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Hotkeys: remove unuseful test on p_playlist: If p_playlist is NULL here, you are dead just before.

Can pl_Hold return NULL ?
parent 6f7a1d4d
......@@ -193,8 +193,7 @@ static void Run( intf_thread_t *p_intf )
/* Quit */
if( i_action == ACTIONID_QUIT )
{
if( p_playlist )
playlist_Stop( 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