Commit bf6537c0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

playlist: Fix a typo.

This fixes bbf6e4fe. Apologize to funman II.
parent 9de3b003
......@@ -485,14 +485,14 @@ void playlist_LastLoop( playlist_t *p_playlist )
}
playlist_MLDump( p_playlist );
/* We don't need the media library anymore */
/* Because this nasty recursive function decreases the
/* Because this recursive function decreases the
* p_playlist->p_ml_category refcount, it may get deleted.
* However we will delete the p_playlist->p_ml_category in the
* following FOREACH. */
vlc_gc_incref( p_playlist->p_ml_category );
vlc_gc_incref( p_playlist->p_ml_category->p_input );
/* We don't need the media library anymore */
/* Decref all subitems, and the given items */
recursively_decref( p_playlist->p_ml_category );
......
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