Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve leak when releasing SSL resources. #580

Closed
wants to merge 1 commit into from

Conversation

rantoniello
Copy link

Solve memory leak at function 'mg_destroy_conn()' when compiling with SSL (defining 'MG_ENABLE_SSL').
Refer to issue #579.

Review on Reviewable

Solve memory leak at function 'mg_destroy_conn()' when compiling with SSL (defining 'MG_ENABLE_SSL').
Refer to issue cesanta#579.
@rojer
Copy link
Collaborator

rojer commented May 15, 2016

these functions are not part of the standard OpenSSL API and thus cannot be merged.
i don't think there is a problem here, we test for leaks in SSL mode and there aren't any currently.

@rojer rojer closed this May 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants