(_krb5_get_init_creds_opt_free_pkinit): remember to free memory too.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20433 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1869,6 +1869,7 @@ _krb5_get_init_creds_opt_free_pkinit(krb5_get_init_creds_opt *opt)
|
||||
free(ctx->id);
|
||||
ctx->id = NULL;
|
||||
}
|
||||
free(opt->opt_private->pk_init_ctx);
|
||||
opt->opt_private->pk_init_ctx = NULL;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user