aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/libunbound/libunbound.c
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-08-18 02:26:02 +0200
committerRiccardo Spagni <ric@spagni.net>2015-08-18 02:26:02 +0200
commit9672ac0812be1d4cbaaf063cd1c90cdf51b0bdb9 (patch)
tree38957d334f938336999e3cc4b9ca1b659cf13e0f /external/unbound/libunbound/libunbound.c
parentMerge pull request #378 (diff)
downloadmonero-9672ac0812be1d4cbaaf063cd1c90cdf51b0bdb9.tar.xz
Revert "re-re-add Windows DNS bug fix, per c0de96f"
This reverts commit f4ba92bcccd3e016c6b5fdced079bf17d1b3f371.
Diffstat (limited to '')
-rw-r--r--external/unbound/libunbound/libunbound.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/unbound/libunbound/libunbound.c b/external/unbound/libunbound/libunbound.c
index e96b3528a..a3a1d21a8 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;