fix memory leak
This commit is contained in:
parent
8573fa1806
commit
336da5642d
@ -353,10 +353,10 @@ end:
|
|||||||
ERR_remove_state(0);
|
ERR_remove_state(0);
|
||||||
|
|
||||||
EVP_cleanup();
|
EVP_cleanup();
|
||||||
|
ENGINE_cleanup();
|
||||||
|
|
||||||
ERR_free_strings();
|
ERR_free_strings();
|
||||||
|
|
||||||
ENGINE_cleanup();
|
|
||||||
|
|
||||||
apps_shutdown();
|
apps_shutdown();
|
||||||
|
|
||||||
CRYPTO_mem_leaks(bio_err);
|
CRYPTO_mem_leaks(bio_err);
|
||||||
|
Loading…
Reference in New Issue
Block a user