added dns_tkey_destroy

This commit is contained in:
Brian Wellington
1999-11-05 16:53:24 +00:00
parent 61b103daed
commit 31b6349dbb
3 changed files with 9 additions and 0 deletions

View File

@@ -345,6 +345,7 @@ main(int argc, char *argv[]) {
isc_timermgr_destroy(&timermgr);
dns_tsig_destroy();
dns_tkey_destroy();
if (verbose)
isc_mem_stats(mctx, stdout);
isc_mem_destroy(&mctx);