From: Rémi Denis-Courmont Date: Mon, 20 Oct 2008 18:22:12 +0000 (+0300) Subject: Cosmetic X-Git-Tag: 1.0.0-pre1~2400 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=35793c6a8b849fe7494914fa7975df8a1d3eb78b;ds=sidebyside Cosmetic --- diff --git a/src/playlist/control.c b/src/playlist/control.c index 09852b1d7d..5930b7750c 100644 --- a/src/playlist/control.c +++ b/src/playlist/control.c @@ -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 ); }