summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-02-21 21:45:12 +0100
committerGravatar waker <wakeroid@gmail.com>2011-02-21 21:45:12 +0100
commit10dbebc87c1292877d00eaef8a5ddcc51aac8ff1 (patch)
tree0fc57d9fb67922e6365ec1ea231084f5f006186e /main.c
parentb87dcbaadf6064d66c7c34f8c1c9a0c1e9bf5622 (diff)
added new plugin.connect method to base plugin interface, which does the opposite of connect
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
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