Free the security contexts when done.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18883 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -226,5 +226,8 @@ main(int argc, char **argv)
|
||||
errx(1, "gss_krb5_free_lucid_sec_context failed");
|
||||
}
|
||||
|
||||
gss_delete_sec_context(&min_stat, &cctx);
|
||||
gss_delete_sec_context(&min_stat, &sctx);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user