Try to not leak memory.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18828 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -207,7 +207,9 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
krb5_free_creds(context, out);
|
||||
krb5_free_principal(context, server);
|
||||
krb5_get_creds_opt_free(context, opt);
|
||||
krb5_cc_close (context, cache);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user