fix memory leak

This commit is contained in:
Bodo Möller 2001-09-10 18:13:16 +00:00
parent 8573fa1806
commit 336da5642d

View File

@ -353,10 +353,10 @@ end:
ERR_remove_state(0);
EVP_cleanup();
ERR_free_strings();
ENGINE_cleanup();
ERR_free_strings();
apps_shutdown();
CRYPTO_mem_leaks(bio_err);