- 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
+1
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);