X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbind.c;h=dd49cb2220709ed8dc5b760928d21d013cdcb871;hb=0532336600cf2abe1d25af8fbf5ad3cf3b6b31e0;hp=9fb3ec49e75ddda0756a4db1767bbec1e10a757b;hpb=74e2a081add0f56f6ce25af41b42e1257165c5d2;p=collectd.git diff --git a/src/bind.c b/src/bind.c index 9fb3ec49..dd49cb22 100644 --- a/src/bind.c +++ b/src/bind.c @@ -1709,6 +1709,7 @@ static int bind_config (oconfig_item_t *ci) /* {{{ */ return (-1); } + sfree (url); url = strdup (child->values[0].value.string); } else if (strcasecmp ("OpCodes", child->key) == 0) bind_config_set_bool ("OpCodes", &global_opcodes, child);