]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup on error paths
authorMark Andrews <marka@isc.org>
Mon, 30 Jan 2023 01:55:59 +0000 (12:55 +1100)
committerMark Andrews <marka@isc.org>
Mon, 3 Apr 2023 02:44:27 +0000 (12:44 +1000)
commit4c5de4f15cb3e9febbfc1e570425ef18b210a341
treed073fa5ebdb86791f3221c57c89539b9907e6c62
parente029803704e21db5ad49aea8ff7de55c618b7955
Cleanup on error paths

Rather that call 'exit' cleanup on error paths as that allows OpenSSL
to cleanup properly in its exit handlers.
bin/check/named-checkconf.c