[vlc-devel] commit: Simplification ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Sep 24 19:34:04 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep 24 20:21:14 2009 +0300| [67a1b3e1ede40bd828665dfacfc2d1f4e6907101] | committer: Rémi Denis-Courmont
Simplification
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67a1b3e1ede40bd828665dfacfc2d1f4e6907101
---
src/libvlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index a1784b1..5d1b63e 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -1058,7 +1058,7 @@ void libvlc_InternalCleanup( libvlc_int_t *p_libvlc )
/* Any thread still running must not assume pl_Hold() succeeds. */
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 ? */
vlc_object_release( p_playlist );
More information about the vlc-devel
mailing list