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