]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add proper qp cleanup
authorMatthijs Mekking <matthijs@isc.org>
Wed, 17 Jan 2024 15:53:27 +0000 (16:53 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 6 Mar 2024 08:57:25 +0000 (09:57 +0100)
commit820abdb80a47e89f4d9460646513cc3d1bdf0706
tree7a1d11a2ea022b7aa6176ae4a667249bb04a0a04
parentfe97aa59b9bfd8311cb8856b7e36cb7b021e8057
Add proper qp cleanup

Fix reference counting: unreference nodes that are succesfully inserted
in the tree, detach created nodes, and cleanup the interior data in
dns_qpdata_destroy().
lib/dns/qp-zonedb.c
lib/dns/qpdb.c