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

Fix previous commit

parent b3de39d4
...@@ -177,7 +177,7 @@ static void playlist_Destructor( vlc_object_t * p_this ) ...@@ -177,7 +177,7 @@ static void playlist_Destructor( vlc_object_t * p_this )
if( p_playlist->p_fetcher ) if( p_playlist->p_fetcher )
vlc_object_release( p_playlist->p_fetcher ); vlc_object_release( p_playlist->p_fetcher );
#ifndef NDEBUG #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 #endif
} }
......
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