git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6dd149
)
Cosmetic
author
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Mon, 20 Oct 2008 18:22:12 +0000
(21:22 +0300)
committer
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Mon, 20 Oct 2008 18:22:12 +0000
(21:22 +0300)
src/playlist/control.c
patch
|
blob
|
history
diff --git
a/src/playlist/control.c
b/src/playlist/control.c
index
09852b1
..
5930b77
100644
(file)
--- 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 );
}