Leak less memory.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20895 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-04 23:04:48 +00:00
parent f4600fe0a5
commit 789e4f5ac7

View File

@@ -468,6 +468,9 @@ print_certificate(hx509_context hxcontext, hx509_cert cert, int verbose)
hx509_validate_ctx_add_flags(vctx, HX509_VALIDATE_F_VERBOSE);
hx509_validate_cert(hxcontext, vctx, cert);
hx509_validate_ctx_free(vctx);
}
}