Commit 7f1e18cd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

skins2: deactivate the playlist before exit

parent a038c1b4
...@@ -153,6 +153,9 @@ static void Close( vlc_object_t *p_this ) ...@@ -153,6 +153,9 @@ static void Close( vlc_object_t *p_this )
msg_Dbg( p_intf, "closing skins2 module" ); msg_Dbg( p_intf, "closing skins2 module" );
/* Terminate input to ensure that our window provider is released. */
playlist_Deactivate( p_intf->p_sys->p_playlist );
vlc_mutex_lock( &skin_load.mutex ); vlc_mutex_lock( &skin_load.mutex );
skin_load.intf = NULL; skin_load.intf = NULL;
vlc_mutex_unlock( &skin_load.mutex); vlc_mutex_unlock( &skin_load.mutex);
......
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