Commit 52f8ccc4 authored by Rafaël Carré's avatar Rafaël Carré

Remove debug not intended to be committed, however feel free to use it

parent bc959f89
...@@ -489,7 +489,7 @@ void playlist_PreparseLoop( playlist_preparse_t *p_obj ) ...@@ -489,7 +489,7 @@ void playlist_PreparseLoop( playlist_preparse_t *p_obj )
return; return;
} }
} }
printf( "pointer playlist XX: %p\n", p_current->lock.p_this );
p_current = p_obj->pp_waiting[0]; p_current = p_obj->pp_waiting[0];
REMOVE_ELEM( p_obj->pp_waiting, p_obj->i_waiting, 0 ); REMOVE_ELEM( p_obj->pp_waiting, p_obj->i_waiting, 0 );
vlc_mutex_unlock( &p_obj->object_lock ); vlc_mutex_unlock( &p_obj->object_lock );
......
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