From ba686b6f6a6e9826b25735cc7f88b91f35721fd2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 18 Sep 2009 05:17:12 +0000 Subject: [PATCH] don't need cleanup and free --- direct/src/plugin/p3dCert.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/plugin/p3dCert.cxx b/direct/src/plugin/p3dCert.cxx index 39646400ee..e1bc256210 100644 --- a/direct/src/plugin/p3dCert.cxx +++ b/direct/src/plugin/p3dCert.cxx @@ -390,7 +390,6 @@ verify_cert() { _verify_result = X509_STORE_CTX_get_error(ctx); } - X509_STORE_CTX_cleanup(ctx); X509_STORE_CTX_free(ctx); X509_STORE_free(store);