src/utils_ignorelist.c: Fix memory leak.
authorFlorian Forster <octo@collectd.org>
Fri, 19 Jun 2015 08:54:02 +0000 (10:54 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 19 Jun 2015 08:58:24 +0000 (10:58 +0200)
commitf3f57e2ea492880d236edbff39632bf8be911262
treed49e2e406d12a3de4767d2b9988fe0167ec512bc
parent65ca93d490a3dc028e42e6f1d76c2391d6e680be
src/utils_ignorelist.c: Fix memory leak.

Turns out, regfree(3) cleans up the memory allocated by regcomp(3), but
not the pointer itself.
src/utils_ignorelist.c