]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: nil: Split qctx_destroy() into qctx_deinit() and qctx_destroy()
authorOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:38:58 +0000 (10:38 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:38:58 +0000 (10:38 +0100)
The qctx_destroy() only needs to be called on allocated memory and
qctx_deinit() needs to be called always.  Also remove .allocated member
from the query_ctx_t structure.

Merge branch 'ondrej/add-qctx-deinit' into 'main'

See merge request isc-projects/bind9!11273


Trivial merge