X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_threshold.c;h=7676a5a1152d7fda74d9d9db71930b8432ae9878;hb=0109e3c1f3a515ed716ddbdc261e0ed2e3f8e640;hp=778b40bbeb9b5f8b8c3ea7904b2b8d97f2e58b8a;hpb=4f2642f86673329db9f8cf30854bf39bbdc4c2b2;p=collectd.git diff --git a/src/utils_threshold.c b/src/utils_threshold.c index 778b40bb..7676a5a1 100644 --- a/src/utils_threshold.c +++ b/src/utils_threshold.c @@ -711,6 +711,7 @@ int ut_check_interesting (const char *name) if (status != 0) { ERROR ("ut_check_interesting: parse_identifier failed."); + sfree (name_copy); return (-1); }