diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-08-18 02:27:13 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-08-18 02:27:15 +0200 |
commit | 776b4fc91a821be152f0f23e6873aabb78a72029 (patch) | |
tree | 38957d334f938336999e3cc4b9ca1b659cf13e0f | |
parent | Merge pull request #378 (diff) | |
parent | Revert "re-re-add Windows DNS bug fix, per c0de96f" (diff) | |
download | monero-776b4fc91a821be152f0f23e6873aabb78a72029.tar.xz |
Merge pull request #379
9672ac0 Revert "re-re-add Windows DNS bug fix, per c0de96f" (Riccardo Spagni)
-rw-r--r-- | external/unbound/libunbound/libunbound.c | 1 |
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; |