aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_mapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* playlist_list: playlist_list_open_path() returns input_streamMax Kellermann2010-06-011-10/+12
| | | | | | | Memory leak fix. The input_stream object passed to playlist_list_open_stream_suffix() must be closed by the caller - this however never happens in playlist_list_open_path(), because it does not return it to the caller.
* playlist_queue: moved code to playlist_mapper.cMax Kellermann2010-02-081-0/+101