From: Ruben Kerkhof Date: Sat, 28 Nov 2015 18:45:42 +0000 (+0100) Subject: bind: tmp doesn't point to start of allocated memory X-Git-Tag: collectd-5.6.0~561^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=74e2a081add0f56f6ce25af41b42e1257165c5d2;p=collectd.git bind: tmp doesn't point to start of allocated memory --- diff --git a/src/bind.c b/src/bind.c index 06b4ace0..9fb3ec49 100644 --- a/src/bind.c +++ b/src/bind.c @@ -1666,7 +1666,7 @@ static int bind_config_add_view (oconfig_item_t *ci) /* {{{ */ if (tmp->name == NULL) { ERROR ("bind plugin: strdup failed."); - free (tmp); + sfree (views); return (-1); }