author | Florian Forster <octo@collectd.org> | |
Fri, 19 Jun 2015 08:54:02 +0000 (10:54 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 19 Jun 2015 08:58:24 +0000 (10:58 +0200) | ||
commit | f3f57e2ea492880d236edbff39632bf8be911262 | |
tree | d49e2e406d12a3de4767d2b9988fe0167ec512bc | tree | snapshot |
parent | 65ca93d490a3dc028e42e6f1d76c2391d6e680be | commit | diff |
src/utils_ignorelist.c: Fix memory leak.
Turns out, regfree(3) cleans up the memory allocated by regcomp(3), but
not the pointer itself.
Turns out, regfree(3) cleans up the memory allocated by regcomp(3), but
not the pointer itself.
src/utils_ignorelist.c | diff | blob | history |