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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1378%2Fhead;p=thirdparty%2Fcollectd.git bind: tmp doesn't point to start of allocated memory --- diff --git a/src/bind.c b/src/bind.c index 06b4ace00..9fb3ec49e 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); }