From: Wouter Wijngaards Date: Fri, 16 Jun 2017 11:16:31 +0000 (+0000) Subject: - Fix to unlock view in view test. X-Git-Tag: release-1.6.4rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e66465e22745ca97aa44fb76583810479689e2b;p=thirdparty%2Funbound.git - Fix to unlock view in view test. git-svn-id: file:///svn/unbound/trunk@4234 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 1cab2e0c9..af26a2559 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -6,6 +6,7 @@ - Fix dnscrypt chacha cert support ifdefs. - Fix dnscrypt chacha cert unit test escapes in grep. - Remove asynclook tests that cause test and purifier problems. + - Fix to unlock view in view test. 15 June 2017: Wouter - Fix stub zone queries leaking to the internet for diff --git a/testcode/unitmain.c b/testcode/unitmain.c index 1c4a28e36..d662991ba 100644 --- a/testcode/unitmain.c +++ b/testcode/unitmain.c @@ -825,6 +825,7 @@ respip_view_conf_data_test(void) 0, LDNS_RR_TYPE_CNAME); verify_rrset(v->respip_set, "2001:db8:1::/48", "2001:db8:1::2:1", 0, LDNS_RR_TYPE_AAAA); + lock_rw_unlock(&v->lock); views_delete(views); free(cv->name);