(print_cred_verbose): free memory
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2856 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -96,6 +96,7 @@ print_cred_verbose(krb5_context context, krb5_creds *cred)
|
||||
if(ret)
|
||||
exit(1);
|
||||
printf("Server: %s\n", str);
|
||||
free (str);
|
||||
printf("Session key: type = %d, length = %d\n",
|
||||
cred->session.keytype,
|
||||
cred->session.keyvalue.length);
|
||||
|
Reference in New Issue
Block a user