From: Ondřej Surý Date: Thu, 27 Nov 2025 09:38:58 +0000 (+0100) Subject: chg: nil: Split qctx_destroy() into qctx_deinit() and qctx_destroy() X-Git-Tag: v9.21.16~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa14165656847b8e186bdf17c2cd29c3c587fc70;p=thirdparty%2Fbind9.git 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 --- aa14165656847b8e186bdf17c2cd29c3c587fc70