Fix assertion errors in unit tests

This commit is contained in:
James Booth
2016-09-25 23:30:44 +01:00
parent 9796b23cfd
commit a48df40138
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;
}