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:
parent
c77011bf2a
commit
4844e05e65
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue