allocate bio_err before memory debugging is enabled to avoid memory leaks
authorBodo Möller <bodo@openssl.org>
Tue, 19 Nov 2002 12:10:08 +0000 (12:10 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 19 Nov 2002 12:10:08 +0000 (12:10 +0000)
commit3d2fd995733fbc0749961fc21a2bb61d3f83ff48
treefabab58b6d485fd56a8397b203258fcf3476bfdf
parentadee13d244b46bccb9d22f7e69f9b88b218e31e9
allocate bio_err before memory debugging is enabled to avoid memory leaks
(we can't release it before the CRYPTO_mem_leaks() call!)

Submitted by: Nils Larsch
ssl/ssltest.c