diff options
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(); |