X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_threshold.c;h=03a3f2d473907cc13fd44a3c6fdde5d99749e319;hb=108068f268cad453e5d3b54e288917409db1e467;hp=1b211385554b62ed8cec1bbc5f67aadbfb19a149;hpb=b72d521340383b6418fa6a75faca3bc45f06b14a;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 */