Merge branch 'collectd-4.3' into collectd-4.4
[collectd.git] / src / utils_threshold.c
index 4da8943..ddce422 100644 (file)
@@ -859,6 +859,7 @@ int ut_check_interesting (const char *name)
   if (status != 0)
   {
     ERROR ("ut_check_interesting: parse_identifier failed.");
+    sfree (name_copy);
     return (-1);
   }