Commit 35793c6a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent d6dd1495
......@@ -61,8 +61,9 @@ void __pl_Release( vlc_object_t *p_this )
playlist_t *pl = libvlc_priv (p_this->p_libvlc)->p_playlist;
assert( pl != NULL );
assert( VLC_OBJECT(pl) != p_this /* The rule is that pl_Release() should act on
the same object than pl_Hold() */ );
/* The rule is that pl_Release() should act on
the same object than pl_Hold() */
assert( VLC_OBJECT(pl) != p_this);
vlc_object_release( pl );
}
......
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