]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitaa14165656847b8e186bdf17c2cd29c3c587fc70
treee59cc7f48647c2cf5e892ec488731938991a42ce
parent7a8f4e136cb0dc2680b61c1cdcbffa3ffefc9c7c
parente94a31a666ed5c9d5cf1b06843ecf7ac002f05c9
chg: nil: Split qctx_destroy() into qctx_deinit() and qctx_destroy()

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