mirror of https://github.com/openssl/openssl.git
Fix another build break for no-mem-debug
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
ebd8df0ed8
commit
7b0a09f9cc
|
|
@ -527,7 +527,9 @@ end:
|
|||
ERR_free_strings();
|
||||
ERR_remove_thread_state(NULL);
|
||||
EVP_cleanup();
|
||||
#ifdef CRYPTO_MDEBUG
|
||||
CRYPTO_mem_leaks(bio_err);
|
||||
#endif
|
||||
BIO_free(bio_err);
|
||||
EXIT(ret);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue