commit | 256ed966d310239cbfa2b09e732fbda55ef75ca5 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Mar 10 15:17:20 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Mar 10 15:17:20 2016 +0000 |
tree | 69241497a6c71058d14f21226eab822bac17a84a | |
parent | b33c5ffeea346fe671ff72b93ede3faa9ef6b865 [diff] |
Fix a memory leak in the afalg engine The AFALG engine created a global EVP_CIPHER instance but was not freeing it up when the engine was destroyed. Reviewed-by: Rich Salz <rsalz@openssl.org>