From: Evan Hunt Date: Thu, 29 May 2025 00:51:17 +0000 (+0000) Subject: fix: nil: simplify code around isc_mem_put() and isc_mem_free() X-Git-Tag: v9.21.9~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f2e5bc76527f3c2cdb7dbcec36234d24a9e286;p=thirdparty%2Fbind9.git fix: nil: simplify code around isc_mem_put() and isc_mem_free() it isn't necessary to set a pointer to NULL after calling isc_mem_put() or isc_mem_free(), because those macros take care of it automatically. Merge branch 'each-memfree-null' into 'main' See merge request isc-projects/bind9!10485 --- f2f2e5bc76527f3c2cdb7dbcec36234d24a9e286