src/utils_cache.c: Remove incorrect free.
authorFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 13:20:41 +0000 (15:20 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 13:20:44 +0000 (15:20 +0200)
commitf0fbde90f3316fe2729f1f6f758a25b4b5cb7297
treee73c84f5d5fc02a6415f6742f9d8e87b39e44e10
parentdd324a1592259913e6e92d3b54e6fa2b0c5f38f7
src/utils_cache.c: Remove incorrect free.

"ce" is not updated / used in this loop, so it would be theoretically
possible for "ce" to be freed twice.
src/utils_cache.c