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

Fix previous commit.

parent b8afab30
......@@ -208,6 +208,8 @@ playlist_item_t * playlist_ItemNewWithType( playlist_t *p_playlist,
*/
int playlist_ItemRelease( playlist_item_t *p_item )
{
/* For the assert */
playlist_t *p_playlist = p_item->p_playlist;
PL_ASSERT_LOCKED;
/* Surprise, we can't actually do more because we
......
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