diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-08-14 19:34:56 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-08-14 19:36:22 +0200 |
commit | 025d9fb2783cc3ac1c63dda8b6d9a390e402508a (patch) | |
tree | 55c69cebf6b2bb33f12ba92ea8ecc1a9b9575255 | |
parent | update unbound (diff) | |
parent | re-re-add Windows DNS bug fix, per c0de96f (diff) | |
download | monero-025d9fb2783cc3ac1c63dda8b6d9a390e402508a.tar.xz |
Merge pull request #372
f4ba92b re-re-add Windows DNS bug fix, per c0de96f (Riccardo Spagni)
-rw-r--r-- | external/unbound/libunbound/libunbound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/unbound/libunbound/libunbound.c b/external/unbound/libunbound/libunbound.c index a3a1d21a8..e96b3528a 100644 --- a/external/unbound/libunbound/libunbound.c +++ b/external/unbound/libunbound/libunbound.c @@ -1037,6 +1037,7 @@ ub_ctx_hosts(struct ub_ctx* ctx, const char* fname) "\\hosts"); retval=ub_ctx_hosts(ctx, buf); } + free(name); return retval; } return UB_READFILE; |