]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: simplify code around isc_mem_put() and isc_mem_free()
authorEvan Hunt <each@isc.org>
Thu, 29 May 2025 00:51:17 +0000 (00:51 +0000)
committerEvan Hunt <each@isc.org>
Thu, 29 May 2025 00:51:17 +0000 (00:51 +0000)
commitf2f2e5bc76527f3c2cdb7dbcec36234d24a9e286
tree014fd70f57906d2fdd1c7ea636e7d8afdc51fcad
parent87ad1624634d60d065a0242b9685c8b24e4a414f
parent19fefc23ccf640604e3286cc453d6e7c42627dd6
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