Commit 4844e05e authored by Warren Dukes's avatar Warren Dukes

don't stop playlist on finishPlaylist()[D

git-svn-id: https://svn.musicpd.org/mpd/trunk@677 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent c77011bf
......@@ -141,7 +141,6 @@ void initPlaylist() {
}
void finishPlaylist() {
stopPlaylist(stderr);
clearPlaylist(stderr);
free(playlist.songs);
playlist.songs = NULL;
......
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