allocate bio_err before memory debugging is enabled to avoid memory leaks
authorBodo Möller <bodo@openssl.org>
Tue, 19 Nov 2002 11:55:47 +0000 (11:55 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 19 Nov 2002 11:55:47 +0000 (11:55 +0000)
commit8faad520ae323c1fa2a49aa69b4decfbe3452e71
tree21edc5cc59af06c5605958d1e0603723c73ab17f
parent8f89ae928b31e62aa5efdcb7c497693bac76bf52
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