aboutsummaryrefslogtreecommitdiff
path: root/src/krb524/krb524d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/krb524/krb524d.c')
-rw-r--r--src/krb524/krb524d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/krb524/krb524d.c b/src/krb524/krb524d.c
index 022cde8..d856e12 100644
--- a/src/krb524/krb524d.c
+++ b/src/krb524/krb524d.c
@@ -229,6 +229,7 @@ void cleanup_and_exit(ret, context)
(void) kadm5_destroy(handle);
}
if (use_keytab && kt) krb5_kt_close(context, kt);
+ krb5_klog_close(context);
krb5_free_context(context);
exit(ret);
}