allocate bio_err before memory debugging is enabled to avoid memory leaks
authorBodo Möller <bodo@openssl.org>
Mon, 18 Nov 2002 13:37:40 +0000 (13:37 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 18 Nov 2002 13:37:40 +0000 (13:37 +0000)
commit055076cd4f53849996d90cce60f5ab681b1ba0a6
treea764956a071d7fa4bc043b0c3d4861fcfa65461d
parent527497a7224644ab3dfb11a7ee6c3baf570092e6
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
apps/openssl.c