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:37:04 +0000 (23:37 +0100)
commit182f1ad8a1637e8cc6ed9f2e45f9114b1b48b938
tree040281f688b8864d2d7e58ceb30498a0bfa3d542
parent08191301886bde8842504d99ab4750efbecf2c35
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

(cherry picked from commit 66816c53bea0ecddb9448da7ea9a51a334496127)
crypto/bio/bio_lib.c