Commit 4d76e60e authored by Erwan Tulou's avatar Erwan Tulou

skins2: cosmetics (for better reading)

parent 5d055305
...@@ -166,11 +166,11 @@ static void Close( vlc_object_t *p_this ) ...@@ -166,11 +166,11 @@ static void Close( vlc_object_t *p_this )
skin_load.intf = NULL; skin_load.intf = NULL;
vlc_mutex_unlock( &skin_load.mutex); vlc_mutex_unlock( &skin_load.mutex);
vlc_join( p_intf->p_sys->thread, NULL );
vlc_mutex_destroy( &p_intf->p_sys->init_lock ); vlc_mutex_destroy( &p_intf->p_sys->init_lock );
vlc_cond_destroy( &p_intf->p_sys->init_wait ); vlc_cond_destroy( &p_intf->p_sys->init_wait );
vlc_join( p_intf->p_sys->thread, NULL );
if( p_intf->p_sys->p_playlist ) if( p_intf->p_sys->p_playlist )
pl_Release( p_this ); pl_Release( p_this );
......
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