X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_ignorelist.c;h=311cb07bf4c68c007ee9bde15d128dfa13e16d99;hb=5eb1fef6de7e0c8fb99e3d85063d96d7cc785f9b;hp=79824a67d4a9d32a19b5e27ebbbe135ad51130db;hpb=09c12e0e1e0ef340a7074146684650ed54cba64d;p=collectd.git diff --git a/src/daemon/utils_ignorelist.c b/src/daemon/utils_ignorelist.c index 79824a67..311cb07b 100644 --- a/src/daemon/utils_ignorelist.c +++ b/src/daemon/utils_ignorelist.c @@ -235,7 +235,6 @@ void ignorelist_free (ignorelist_t *il) } sfree (il); - il = NULL; } /* void ignorelist_destroy (ignorelist_t *il) */ /*