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)
committerJanusz Kozerski <j.kozerski@samsung.com>
Mon, 20 Oct 2014 13:25:30 +0000 (15:25 +0200)
commit9efbf3d0018549e2332649006e6f5528c0d29a17
tree9d39bf5eb640282fadd69b7455463115e37788d3
parent7b55aa0ed374b51184adcc71597e493beadd9409
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