mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 15:21:05 -05:00
free unsupported trust anchors.
git-svn-id: file:///svn/unbound/trunk@2624 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d64b14cff9
commit
08835e01ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1032,7 +1032,7 @@ anchors_assemble_rrsets(struct val_anchors* anchors)
|
||||||
" upgrade unbound and openssl)", b);
|
" upgrade unbound and openssl)", b);
|
||||||
(void)rbtree_delete(anchors->tree, &ta->node);
|
(void)rbtree_delete(anchors->tree, &ta->node);
|
||||||
lock_basic_unlock(&ta->lock);
|
lock_basic_unlock(&ta->lock);
|
||||||
lock_basic_destroy(&ta->lock);
|
anchors_delfunc(&ta->node, NULL);
|
||||||
ta = next;
|
ta = next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue