From: Svetlana Shmidt Date: Wed, 16 Sep 2020 10:00:57 +0000 (+0000) Subject: add uc_destroy to plugin_shuttdown_all X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=792ae96950a38304ea60cfac922e8ac479a59b05;p=thirdparty%2Fcollectd.git add uc_destroy to plugin_shuttdown_all --- diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index 92a4c7a98..cc4216b7b 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -1969,6 +1969,7 @@ EXPORT int plugin_shutdown_all(void) { destroy_all_callbacks(&list_shutdown); destroy_all_callbacks(&list_log); + uc_destroy(); plugin_free_loaded(); plugin_free_data_sets(); return ret;