src/utils_db_query.c: Fix use-after-free.
authorFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 15:28:39 +0000 (17:28 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 17 Jun 2015 15:28:39 +0000 (17:28 +0200)
"r_area->next" was evaluated after "r_area" was freed.


No differences found