]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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


Trivial merge