Fix memory leak in BIO_free if there is no destroy function.
authorMatt Caswell <matt@openssl.org>
Wed, 9 Jul 2014 22:29:17 +0000 (23:29 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Jul 2014 22:29:17 +0000 (23:29 +0100)
commit66816c53bea0ecddb9448da7ea9a51a334496127
treee60209a8d63ae42a01946d344cbec3dbf0a35d12
parent1b0fe79f3ee27ebd20510da3af9ec04c6ee0f800
Fix memory leak in BIO_free if there is no destroy function.
Based on an original patch by Neitrino Photonov <neitrinoph@gmail.com>

PR#3439
crypto/bio/bio_lib.c