Fix a mem leak in libssl
authorMatt Caswell <matt@openssl.org>
Wed, 12 Feb 2020 11:55:30 +0000 (11:55 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 13 Feb 2020 14:25:32 +0000 (14:25 +0000)
commit0618b62ca2a9c5fb7bf8421deabaee240c709040
tree101fb0013ad8f64a75d38ecb773a4a0e7b43b229
parent06e62984c1e7cee5e50211dfb9a89d5095799133
Fix a mem leak in libssl

Make sure we free up any ENGINE references after we have finished using
them.

Fixes #11064

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11070)
ssl/ssl_lib.c