Merge branch '3829-named-v-leaks-memory-when-shutting-down' into 'main'

Resolve "'named -V' leaks memory when shutting down"

Closes #3829

See merge request isc-projects/bind9!7443
This commit is contained in:
Mark Andrews 2023-01-30 23:02:51 +00:00
commit fa21157bc1
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,5 @@
6080. [bug] 'named -V' leaked memory. [GL #3829]
6079. [bug] Force set the DS state after a 'rdnc dnssec -checkds'
command. [GL #3822]

View file

@ -643,6 +643,7 @@ printversion(bool verbose) {
isc_buffer_init(&b, buf, sizeof(buf));
format_supported_algorithms(printit);
printf("\n");
dst_lib_destroy();
} else {
printf("DST initialization failure: %s\n",
isc_result_totext(result));