X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_threshold.c;h=ddce42210a20f3fd2b9d40a89702a8192aa79502;hb=66e0fe82631c8a8e44ffcad8ffd378fab83bc83f;hp=4da8943cdbf3c4a403dfb2e2b7b5ffb5f5405813;hpb=b9f818d0e8f2ce608e491f0ee0ba4024a2694101;p=collectd.git diff --git a/src/utils_threshold.c b/src/utils_threshold.c index 4da8943c..ddce4221 100644 --- a/src/utils_threshold.c +++ b/src/utils_threshold.c @@ -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); }