From http://sourceforge.net/p/poco/bugs/627/
Is OpenSSLInitializer purposely not calling CONF_modules_free (or one of the other cleanup functions)? I would think it should do this in the uninitialize method, but I'm not sure if it is being left up to the application to do this.
This is showing up as a memory leak since OPENSSL_config is allocating some memory.