]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Cleanup parts of the isc_mem API
authorOndřej Surý <ondrej@isc.org>
Wed, 5 Mar 2025 11:20:21 +0000 (11:20 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 5 Mar 2025 11:20:21 +0000 (11:20 +0000)
commit4ba1ccfa2e050a826aba319a1973106dc8cd92df
treecbd68e7261a5dfdf30c5398e35a2cd9591464b9a
parentf28020265cefa5291edb69f502f556e8c82f7d59
parent1fae6ccea13773cfcc066d058a53aa57ec0f9a32
chg: dev: Cleanup parts of the isc_mem API

This MR changes custom attach/detach implementation with refcount macros, replaces isc_mem_destroy() with isc_mem_detach(), and does various small cleanups.

Merge branch 'ondrej/cleanup-isc_mem-api' into 'main'

See merge request isc-projects/bind9!9456