Merge branch 'collectd-5.5'
[collectd.git] / src / daemon / utils_ignorelist.c
index 79824a6..311cb07 100644 (file)
@@ -235,7 +235,6 @@ void ignorelist_free (ignorelist_t *il)
        }
 
        sfree (il);
-       il = NULL;
 } /* void ignorelist_destroy (ignorelist_t *il) */
 
 /*