contents of the cred_enc_part structure.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4972
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Feb 21 23:39:19 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * f_cred_enc.c (krb5_free_cred_enc_part): Remove call to xfree at
+ the end. This routine only frees the contents of
+ the cred_enc_part structure.
+
Tue Feb 21 0:1:55 1995 Keith Vetter (keithv@fusion.com)
* Every C file (*.c): added windows INTERFACE keyword
}
krb5_xfree(val->ticket_info);
}
- krb5_xfree(val);
return;
}