diff options
author | Anthony Neal <aneal@zeroc.com> | 2003-12-18 19:47:53 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2003-12-18 19:47:53 +0000 |
commit | 0e5d75277f9793fde32b4c00a3d0ac1c9db09855 (patch) | |
tree | 47c35daf6488c38e00fd6c8b3c99123637414a20 /cpp/src/IceSSL/OpenSSLPluginI.cpp | |
parent | Added conditional compilation of CRYPTO_cleanup_all_ext_data() and (diff) | |
download | ice-0e5d75277f9793fde32b4c00a3d0ac1c9db09855.tar.bz2 ice-0e5d75277f9793fde32b4c00a3d0ac1c9db09855.tar.xz ice-0e5d75277f9793fde32b4c00a3d0ac1c9db09855.zip |
Added comment.
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLPluginI.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index 104f5228050..4e8787eb3dd 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -224,6 +224,9 @@ IceSSL::OpenSSLPluginI::~OpenSSLPluginI() CRYPTO_cleanup_all_ex_data(); #endif + // TODO: Introduces a 72byte memory leak, if we kidnap the code from OpenSSL 0.9.7a for + // ENGINE_cleanup(), we can fix that. + ERR_free_strings(); unregisterThreads(); |