From: RĂ©mi Denis-Courmont Date: Thu, 12 Jun 2008 18:53:33 +0000 (+0300) Subject: Fix previous commit X-Git-Tag: 0.9.0-test0~184 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bff9720dbec39d193e25cea5defee42da464ca92;p=vlc Fix previous commit --- diff --git a/src/playlist/engine.c b/src/playlist/engine.c index 59bfdea5c0..3ee5cb74be 100644 --- a/src/playlist/engine.c +++ b/src/playlist/engine.c @@ -177,7 +177,7 @@ static void playlist_Destructor( vlc_object_t * p_this ) if( p_playlist->p_fetcher ) vlc_object_release( p_playlist->p_fetcher ); #ifndef NDEBUG - p_this->p_libvlc->p_playlist = NULL; /* pl_Yield() will fail */ + libvlc_priv (p_this->p_libvlc)->p_playlist = NULL; /* pl_Yield() will fail */ #endif }