From 82ecb5d36a31be77b2acd11d3a89888a79e68743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Apr 2007 14:03:03 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20435 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index f5619a82a..5238503a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-04-19 Love Hörnquist Åstrand + * kdc/hpropd.c (main): free the message when done with it. + + * lib/krb5/pkinit.c (_krb5_get_init_creds_opt_free_pkinit): + remember to free memory too. + * lib/krb5/pkinit.c (pk_rd_pa_reply_dh): free content-type when done.