Merge branch 'master' into win-order

This commit is contained in:
James Booth
2016-09-25 23:32:15 +01:00
3 changed files with 13 additions and 1 deletions

View File

@@ -839,4 +839,6 @@ plugins_shutdown(void)
plugin_settings_close();
callbacks_close();
disco_close();
g_hash_table_destroy(plugins);
plugins = NULL;
}