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

Fix leak in HTTPSClient #2256

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Fix leak in HTTPSClient #2256

merged 2 commits into from
Jul 8, 2024

Conversation

earlephilhower
Copy link
Owner

Fixes #2254

The faked certificate was allocated but not deleted in certain cases. Make sure to clean up in the destructor.

Fixes #2254

The faked certificate was allocated but not deleted in certain cases.  Make sure
to clean up in the destructor.
@earlephilhower earlephilhower merged commit 96a2e92 into master Jul 8, 2024
13 checks passed
@earlephilhower earlephilhower deleted the mem branch July 8, 2024 16:22
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.

Memory leak in HTTPS client
1 participant