Commit 67a1b3e1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Simplification

parent 0ae58ebc
...@@ -1058,7 +1058,7 @@ void libvlc_InternalCleanup( libvlc_int_t *p_libvlc ) ...@@ -1058,7 +1058,7 @@ void libvlc_InternalCleanup( libvlc_int_t *p_libvlc )
/* Any thread still running must not assume pl_Hold() succeeds. */ /* Any thread still running must not assume pl_Hold() succeeds. */
msg_Dbg( p_libvlc, "removing playlist" ); msg_Dbg( p_libvlc, "removing playlist" );
libvlc_priv(p_playlist->p_libvlc)->p_playlist = NULL; libvlc_priv(p_libvlc)->p_playlist = NULL;
barrier(); /* FIXME is that correct ? */ barrier(); /* FIXME is that correct ? */
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
......
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