summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-10-03 18:32:48 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-10-03 18:32:48 +0200
commit0604b5049544e4c4a8326c41de7ec940b18b5145 (patch)
treeae89d600f12a38c9dab560f8242f739fa1c7271a /main.c
parentbab8445dfb934cf905c9e4efd0e5b6d8cd03e0df (diff)
fixed crash on exit while shoutcast stream is buffering
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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