From 0604b5049544e4c4a8326c41de7ec940b18b5145 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 3 Oct 2010 18:32:48 +0200 Subject: fixed crash on exit while shoutcast stream is buffering --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index fde094bd..75185052 100644 --- a/main.c +++ b/main.c @@ -737,8 +737,8 @@ main (int argc, char *argv[]) { // stop streaming and playback before unloading plugins p_stop (); - p_free (); streamer_free (); + p_free (); // plugins might still hood references to playitems, // and query configuration in background -- cgit v1.2.3