aboutsummaryrefslogtreecommitdiffstats
path: root/audio/x11amp/files/patch-x11amp__main.c
blob: beaa279456fa62d69d667594fb4a9adc95c26431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- x11amp/main.c.orig	Wed Feb 25 19:38:20 2004
+++ x11amp/main.c	Wed Feb 25 19:38:52 2004
@@ -812,8 +812,8 @@
 	cleanup_ctrlsocket();
 	cleanup_skins();
 	playlist_stop_get_info_thread();
-	cleanup_plugins();
 	playlist_clear();
+	cleanup_plugins();
 	gtk_main_quit();
 }