Commit 9d5255fb authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

playlist/item.c: Remove a left over (release without retain).

parent da8a2f93
...@@ -65,7 +65,6 @@ static void input_item_subitem_added( const vlc_event_t * p_event, ...@@ -65,7 +65,6 @@ static void input_item_subitem_added( const vlc_event_t * p_event,
{ {
playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, playlist_Control( p_playlist, PLAYLIST_VIEWPLAY,
VLC_FALSE, p_item_in_category, NULL ); VLC_FALSE, p_item_in_category, NULL );
vlc_object_release( p_playlist );
} }
} }
......
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