diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-04-02 16:29:47 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-04-02 16:31:13 +0200 |
commit | ea32a84e45763f70d3f8dc4d831baeee58c1185a (patch) | |
tree | 8a1dbfc3c76a6c116c6a379d8e49b8f63b3c2716 /external | |
parent | update hardcoded fallback seeds (diff) | |
parent | Fixed DNS resolution bug in Windows (diff) | |
download | monero-ea32a84e45763f70d3f8dc4d831baeee58c1185a.tar.xz |
Merge pull request #251
c0de96f Fixed DNS resolution bug in Windows (Thomas Winget)
Diffstat (limited to 'external')
-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 eff27de1a..a37da9ee4 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; |