Commit dde789cd authored by Jean-Paul Saman's avatar Jean-Paul Saman

use playlist_LockClear() instead.

parent d9d39662
......@@ -81,7 +81,7 @@ void libvlc_playlist_clear( libvlc_instance_t *p_instance,
libvlc_exception_t *p_e )
{
assert( PL );
playlist_Clear( PL );
playlist_LockClear( PL );
}
void libvlc_playlist_next( libvlc_instance_t *p_instance,
......
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