]> git.sesse.net Git - vlc/commitdiff
playlist/item.c: Remove a left over (release without retain).
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 17 Aug 2007 21:44:22 +0000 (21:44 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 17 Aug 2007 21:44:22 +0000 (21:44 +0000)
src/playlist/item.c

index 8bd367bc5746631329dee7386bb650bf85f37766..b30156d8af7323a59f64c64c5f6d72790ce225af 100644 (file)
@@ -65,7 +65,6 @@ static void input_item_subitem_added( const vlc_event_t * p_event,
     {
         playlist_Control( p_playlist, PLAYLIST_VIEWPLAY,
                           VLC_FALSE, p_item_in_category, NULL );
-        vlc_object_release( p_playlist );
     }
 }