aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-08-18 02:27:13 +0200
committerRiccardo Spagni <ric@spagni.net>2015-08-18 02:27:15 +0200
commit776b4fc91a821be152f0f23e6873aabb78a72029 (patch)
tree38957d334f938336999e3cc4b9ca1b659cf13e0f
parentMerge pull request #378 (diff)
parentRevert "re-re-add Windows DNS bug fix, per c0de96f" (diff)
downloadmonero-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.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;