summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-31 21:14:57 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-31 21:14:57 +0200
commitb9a730d6e2906fb7d31032fe544f9436982203ae (patch)
tree48463dd0dfb057f0a4f937d1285c024c19785095 /main.c
parent08e1a932dd88cb9195a1ce70d4b62e5d513460f3 (diff)
initial ape playback support
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 217803f6..39d8c7a8 100644
--- a/main.c
+++ b/main.c
@@ -677,9 +677,9 @@ main (int argc, char *argv[]) {
p_free ();
streamer_free ();
codec_free_locking ();
- plug_unload_all ();
session_save (sessfile);
pl_save (defpl);
pl_free ();
+ plug_unload_all ();
return 0;
}