]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a memory leak when isc_timer_create() fails in dns_catz_new_zone()
authorAram Sargsyan <aram@isc.org>
Mon, 27 Feb 2023 12:04:01 +0000 (12:04 +0000)
committerAram Sargsyan <aram@isc.org>
Mon, 27 Feb 2023 12:04:01 +0000 (12:04 +0000)
commit6f8fb0241a310cb2add5f98283b4e0a69b7c0add
tree648869387d61122021a21d6adb5aa1b3078e46d7
parent6c74ee2c89cf986b765f40668d60a5d22943ed7c
Fix a memory leak when isc_timer_create() fails in dns_catz_new_zone()

Destroy 'new_zone->coos' in dns_catz_new_zone() on error path.
lib/dns/catz.c