id summary reporter owner description type status milestone component version severity resolution keywords cc 2174 Missing ::DH_free in boost/asio/ssl/openssl_context_service.hpp Gancho Manev chris_kohlhoff "There is missed ::DH_free invocation to OpenSSL that cause several memory leaks when setting up a boost::asio::ssl::context. A fix to boost/asio/ssl/openssl_context_service.hpp (trunk version) is proposed here below : 311a312 > ::DH_free(dh); 314d314 < ::DH_free(dh);" Bugs closed Boost 1.36.0 asio Boost 1.35.0 Problem fixed