From 0f4a036437fd41a5498ee5e74e2422ea6177aa3e Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Tue, 2 Jun 2015 11:33:04 +0200 Subject: [PATCH] re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6 --- external/unbound/libunbound/libunbound.c | 1 - 1 file changed, 1 deletion(-) diff --git a/external/unbound/libunbound/libunbound.c b/external/unbound/libunbound/libunbound.c index 37288f25..b3a4c2ba 100644 --- a/external/unbound/libunbound/libunbound.c +++ b/external/unbound/libunbound/libunbound.c @@ -1028,7 +1028,6 @@ ub_ctx_hosts(struct ub_ctx* ctx, const char* fname) "\\hosts"); retval=ub_ctx_hosts(ctx, buf); } - free(name); return retval; } return UB_READFILE;