diff options
author | James Booth <boothj5@gmail.com> | 2016-09-25 23:32:15 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-09-25 23:32:15 +0100 |
commit | da437642a529612b70e1f1d16ff1a4f78bb3c441 (patch) | |
tree | 319975b29237268684723188b5fe09f02d581f61 /src | |
parent | b8bec9fce61455b71add1d920dd441bae3023bfa (diff) | |
parent | a48df40138d0e7f3709a2ab45157f5696b6f861b (diff) | |
download | profani-tty-da437642a529612b70e1f1d16ff1a4f78bb3c441.tar.gz |
Merge branch 'master' into win-order
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/plugins.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c index 97e328d7..a4846b20 100644 --- a/src/plugins/plugins.c +++ b/src/plugins/plugins.c @@ -839,4 +839,6 @@ plugins_shutdown(void) plugin_settings_close(); callbacks_close(); disco_close(); + g_hash_table_destroy(plugins); + plugins = NULL; } |