mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:00:00 -04:00
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:
commit
fa21157bc1
2 changed files with 3 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue