From 10dbebc87c1292877d00eaef8a5ddcc51aac8ff1 Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 21 Feb 2011 21:45:12 +0100 Subject: added new plugin.connect method to base plugin interface, which does the opposite of connect --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 0014916b..7598160f 100644 --- a/main.c +++ b/main.c @@ -834,6 +834,7 @@ main (int argc, char *argv[]) { // plugins might still hood references to playitems, // and query configuration in background // so unload everything 1st before final cleanup + plug_disconnect_all (); plug_unload_all (); // at this point we can simply do exit(0), but let's clean up for debugging -- cgit v1.2.3