aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-04-02 16:29:47 +0200
committerRiccardo Spagni <ric@spagni.net>2015-04-02 16:31:13 +0200
commitea32a84e45763f70d3f8dc4d831baeee58c1185a (patch)
tree8a1dbfc3c76a6c116c6a379d8e49b8f63b3c2716 /external
parentupdate hardcoded fallback seeds (diff)
parentFixed DNS resolution bug in Windows (diff)
downloadmonero-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.c1
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;