X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_threshold.c;h=03a3f2d473907cc13fd44a3c6fdde5d99749e319;hb=f453199292b45007e5078f568f3bce2e8c8b4067;hp=1b211385554b62ed8cec1bbc5f67aadbfb19a149;hpb=6597f3a6584704f92f824f3cf7bac3369102e8a0;p=collectd.git diff --git a/src/utils_threshold.c b/src/utils_threshold.c index 1b211385..03a3f2d4 100644 --- a/src/utils_threshold.c +++ b/src/utils_threshold.c @@ -674,7 +674,7 @@ static int ut_report_state (const data_set_t *ds, plugin_dispatch_notification (&n); - plugin_notification_meta_free (&n); + plugin_notification_meta_free (n.meta); return (0); } /* }}} int ut_report_state */