Commit 10a38049 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Allow mutexes without objects. QueueMsg can handle this internally too.

parent 37b18fe0
......@@ -226,7 +226,6 @@ int __vlc_threads_end( vlc_object_t *p_this )
*****************************************************************************/
int __vlc_mutex_init( vlc_object_t *p_this, vlc_mutex_t *p_mutex )
{
assert( p_this );
p_mutex->p_this = p_this;
#if defined( UNDER_CE )
......
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