Commit 5012f501 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Dont' forget to unlock.

parent 1feca0de
...@@ -1414,7 +1414,9 @@ static void * ManageThread( void *user_data ) ...@@ -1414,7 +1414,9 @@ static void * ManageThread( void *user_data )
vlc_mutex_unlock( &p_intf->change_lock ); vlc_mutex_unlock( &p_intf->change_lock );
vlc_object_unlock( p_intf );
msleep( INTF_IDLE_SLEEP ); msleep( INTF_IDLE_SLEEP );
vlc_object_lock( p_intf );
} }
vlc_object_unlock( p_intf ); vlc_object_unlock( p_intf );
[o_pool release]; [o_pool release];
......
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