mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
don't need cleanup and free
This commit is contained in:
parent
37b75fd745
commit
ba686b6f6a
@ -390,7 +390,6 @@ verify_cert() {
|
|||||||
_verify_result = X509_STORE_CTX_get_error(ctx);
|
_verify_result = X509_STORE_CTX_get_error(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
X509_STORE_CTX_cleanup(ctx);
|
|
||||||
X509_STORE_CTX_free(ctx);
|
X509_STORE_CTX_free(ctx);
|
||||||
|
|
||||||
X509_STORE_free(store);
|
X509_STORE_free(store);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user