X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_threshold.c;h=68b85a37468bb639e5ea0c5f96c1615b162b7984;hb=074b4980bc75bea6826e6a38dcc6e193a721b2a8;hp=bea5bfb5ea210620c9703f77db4e444eb9764a15;hpb=92445ff3363441d0f515de4a3ab92a504cfc0366;p=collectd.git diff --git a/src/utils_threshold.c b/src/utils_threshold.c index bea5bfb5..68b85a37 100644 --- a/src/utils_threshold.c +++ b/src/utils_threshold.c @@ -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); }