From: Colin Vidal Date: Sun, 19 Oct 2025 08:38:18 +0000 (+0200) Subject: chg: dev: mem: checkfree assertion after debug list dump X-Git-Tag: v9.21.15~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54d7198a1a789dc91fc58004bda8464ef06c404c;p=thirdparty%2Fbind9.git chg: dev: mem: checkfree assertion after debug list dump When a memory context is destroyed, if the `checkfree` property is set, the program assert there is no remaining allocation. If there are and assertions are enabled, the program immediately stops. However, if memory trace/record debug is enabled, the dump of outstanding allocation won't be printed as it is done after the no remaining allocation assertion check. This moves the no remaining allocation assertion check after the dump of outstanding allocations, so it is still possible to figure out what's still allocated by this memory context. Merge branch 'colin/mem-checkfree-check-after-debuglist' into 'main' See merge request isc-projects/bind9!11110 --- 54d7198a1a789dc91fc58004bda8464ef06c404c