Skip to content

OpenSSLInitializer calls OPENSSL_config but not CONF_modules_free #612

@obiltschnig

Description

@obiltschnig

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions