diff --git a/CHANGES b/CHANGES index a46cecb382..b53b2eb37f 100644 --- a/CHANGES +++ b/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] diff --git a/bin/named/main.c b/bin/named/main.c index b71cf0f969..353932e79d 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -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));