diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-06-02 11:33:04 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-06-02 11:33:04 +0200 |
commit | 0f4a036437fd41a5498ee5e74e2422ea6177aa3e (patch) | |
tree | 72d5ed5bed5baf281bbf1e3cae2b5ab8166405bc | |
parent | Merge pull request #302 (diff) | |
download | monero-0f4a036437fd41a5498ee5e74e2422ea6177aa3e.tar.xz |
re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6
-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 37288f256..b3a4c2ba7 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; |