mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
restore previous revision -- memory leak should be fixed in mem.c
This commit is contained in:
parent
336da5642d
commit
c2222c2ea2
@ -353,10 +353,10 @@ end:
|
||||
ERR_remove_state(0);
|
||||
|
||||
EVP_cleanup();
|
||||
ENGINE_cleanup();
|
||||
|
||||
ERR_free_strings();
|
||||
|
||||
ENGINE_cleanup();
|
||||
|
||||
apps_shutdown();
|
||||
|
||||
CRYPTO_mem_leaks(bio_err);
|
||||
|
Loading…
Reference in New Issue
Block a user