commit | 1b0f486b4a2f276841335fb1bf0b1bf03f939391 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Sep 10 17:45:04 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sat Sep 10 17:45:04 2016 +0000 |
tree | acf5890b9e7708fc5ee27005d24a0745059bf716 | |
parent | 67fba7fa3227b255bcbb2d5a5927829d3a7906d4 [diff] [blame] |
security: plug memory leaks in transform refs #3758 Change-Id: Id8e3aa33c76017c1662fbed9a1cafea5b39e9d6f
diff --git a/src/security/transform/base64-decode.cpp b/src/security/transform/base64-decode.cpp index 7f3cf54..8b047bc 100644 --- a/src/security/transform/base64-decode.cpp +++ b/src/security/transform/base64-decode.cpp
@@ -48,7 +48,7 @@ ~Impl() { - BIO_free_all(m_source); + BIO_free_all(m_base64); } public: