svn commit: lorikeet r692 - in trunk/heimdal/lib/krb5: .

lha at samba.org lha at samba.org
Thu Dec 14 11:03:45 GMT 2006


Author: lha
Date: 2006-12-14 11:03:45 +0000 (Thu, 14 Dec 2006)
New Revision: 692

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=692

Log:
(free_paid): free the krb5_data structure too.
Bug report from Stefan Metzmacher.

Modified:
   trunk/heimdal/lib/krb5/init_creds_pw.c


Changeset:
Modified: trunk/heimdal/lib/krb5/init_creds_pw.c
===================================================================
--- trunk/heimdal/lib/krb5/init_creds_pw.c	2006-12-14 11:01:49 UTC (rev 691)
+++ trunk/heimdal/lib/krb5/init_creds_pw.c	2006-12-14 11:03:45 UTC (rev 692)
@@ -656,7 +656,7 @@
 {
     krb5_free_salt(context, ppaid->salt);
     if (ppaid->s2kparams)
-	krb5_data_free(ppaid->s2kparams);
+	krb5_free_data(context, ppaid->s2kparams);
 }
 
 



More information about the samba-cvs mailing list