Fix another build break for no-mem-debug

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Rich Salz 2016-01-07 16:16:22 -05:00
parent ebd8df0ed8
commit 7b0a09f9cc

View File

@ -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);
}