diff options
-rw-r--r-- | src/playlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/playlist.c b/src/playlist.c index 856dea8fa..5d88ffa1d 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -141,7 +141,6 @@ void initPlaylist() { } void finishPlaylist() { - stopPlaylist(stderr); clearPlaylist(stderr); free(playlist.songs); playlist.songs = NULL; |