From aa8a0e7eb57d8b3d2dabd86d9ac26a8ea400aca1 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 6 May 2010 08:31:05 +0200 Subject: several fixes to playqueue handling --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') 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; -- cgit v1.2.3