]> git.sesse.net Git - vlc/commit
playlist: Never delete the playlist_item directly. We don't know who might need it.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 22 Jul 2008 19:26:20 +0000 (21:26 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 22 Jul 2008 19:26:20 +0000 (21:26 +0200)
commit1f293c204952d61f68b73943e4a9c8b6fbfcc6f8
treed22da4181442eaf2b52a3690509e622101bf9165
parentdbce11f1dab1bc211ea43bda59a72d7db2960633
playlist: Never delete the playlist_item directly. We don't know who might need it.

We need to rework modules/playlist and implement refcounting or proper id management.
include/vlc_playlist.h
src/playlist/engine.c
src/playlist/item.c
src/playlist/playlist_internal.h
src/playlist/tree.c