summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-06 08:31:05 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-06 08:31:05 +0200
commitaa8a0e7eb57d8b3d2dabd86d9ac26a8ea400aca1 (patch)
tree11a439e3590d31f9573207c3ca7c2c5cb2f9eeb5 /main.c
parentf12d01e7840fa9f71ff52876c7034231c38811ac (diff)
several fixes to playqueue handling
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 8df51535..0f257fd4 100644
--- a/main.c
+++ b/main.c
@@ -643,10 +643,10 @@ main (int argc, char *argv[]) {
// at this point we can simply do exit(0), but let's clean up for debugging
plt_free (); // plt_free may access conf_*
+ pl_free ();
conf_free ();
messagepump_free ();
- plug_free_decoder_ids ();
- pl_free ();
+ plug_cleanup ();
sigterm_handled = 1;
fprintf (stderr, "hej-hej!\n");
return 0;