Commit b3704c1e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Gestures: Make sure we follow the locking strategy established in [19436].

parent 616df9fe
......@@ -148,7 +148,10 @@ void E_(Close) ( vlc_object_t *p_this )
static void RunIntf( intf_thread_t *p_intf )
{
playlist_t * p_playlist = NULL;
vlc_mutex_lock( &p_intf->change_lock );
p_intf->p_sys->p_vout = NULL;
vlc_mutex_unlock( &p_intf->change_lock );
if( InitThread( p_intf ) < 0 )
{
......
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