From 9672ac0812be1d4cbaaf063cd1c90cdf51b0bdb9 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Tue, 18 Aug 2015 02:26:02 +0200 Subject: [PATCH] Revert "re-re-add Windows DNS bug fix, per c0de96f" This reverts commit f4ba92bcccd3e016c6b5fdced079bf17d1b3f371. --- 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 e96b3528..a3a1d21a 100644 --- a/external/unbound/libunbound/libunbound.c +++ b/external/unbound/libunbound/libunbound.c @@ -1037,7 +1037,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;