free unsupported trust anchors.

git-svn-id: file:///svn/unbound/trunk@2624 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2012-02-15 14:53:45 +00:00
parent d64b14cff9
commit 08835e01ee

View file

@ -1032,7 +1032,7 @@ anchors_assemble_rrsets(struct val_anchors* anchors)
" upgrade unbound and openssl)", b);
(void)rbtree_delete(anchors->tree, &ta->node);
lock_basic_unlock(&ta->lock);
lock_basic_destroy(&ta->lock);
anchors_delfunc(&ta->node, NULL);
ta = next;
continue;
}