mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
fix more memleaks
This commit is contained in:
parent
236f0cf04c
commit
0fc57d5396
2 changed files with 3 additions and 1 deletions
|
@ -77,10 +77,11 @@ void free_ssl() {
|
|||
CONF_modules_unload(1);
|
||||
EVP_cleanup();
|
||||
// ENGINE_cleanup();
|
||||
ERR_remove_state(1);
|
||||
ERR_remove_state(0);
|
||||
CRYPTO_cleanup_all_ex_data();
|
||||
EVP_cleanup();
|
||||
ERR_free_strings();
|
||||
OBJ_cleanup();
|
||||
}
|
||||
|
||||
TS_RESP_CTX *create_tsctx(rfc3161_context *ct, CONF *conf, const char *section,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue