X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_ignorelist.c;h=311cb07bf4c68c007ee9bde15d128dfa13e16d99;hb=12f249b209d7fa31e3a9d53315e47a2342463e0f;hp=79824a67d4a9d32a19b5e27ebbbe135ad51130db;hpb=43aca8ed8b22a7a5a14f8c740948d6ce06efbc95;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) */ /*