]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check the libuv, OpenSSL and libxml2 memory context on exit
authorOndřej Surý <ondrej@isc.org>
Fri, 23 Sep 2022 14:06:42 +0000 (16:06 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 27 Sep 2022 15:10:42 +0000 (17:10 +0200)
commitd1cc847ab072df88e7bfc51e5b955fad00011ffc
tree0e3ddf0bb71bf91f42bd7ff5e013e4449ea0e5fa
parente537fea86103aab02c52423cc1df76bfe7b039e6
Check the libuv, OpenSSL and libxml2 memory context on exit

As we can't check the deallocations done in the library memory contexts
by default because it would always fail on non-clean exit (that happens
on error or by calling exit() early), we just want to enable the checks
to be done on normal exit.
bin/dig/Makefile.am
bin/dig/dighost.c
bin/named/main.c