Merge branch 'collectd-4.5' into collectd-4.6
[collectd.git] / src / utils_threshold.c
index 1b21138..03a3f2d 100644 (file)
@@ -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 */