From 5e29722923189425ce9f8a04f92055e3476cc648 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 5 Dec 2015 14:09:12 +0100 Subject: [PATCH] bind plugin: plug small leak CID #37992 Signed-off-by: Florian Forster --- src/bind.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bind.c b/src/bind.c index 14c07592..f9cf79ec 100644 --- a/src/bind.c +++ b/src/bind.c @@ -1354,6 +1354,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); -- 2.30.2