- Fix to unlock view in view test.

git-svn-id: file:///svn/unbound/trunk@4234 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-06-16 11:16:31 +00:00
parent 2288777334
commit 4e66465e22
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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);