don't stop playlist on finishPlaylist()[D

git-svn-id: https://svn.musicpd.org/mpd/trunk@677 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-04-11 04:05:12 +00:00
parent c77011bf2a
commit 4844e05e65
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ void initPlaylist() {
} }
void finishPlaylist() { void finishPlaylist() {
stopPlaylist(stderr);
clearPlaylist(stderr); clearPlaylist(stderr);
free(playlist.songs); free(playlist.songs);
playlist.songs = NULL; playlist.songs = NULL;