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

Free TCPContext on connection failure - fixes #1321 #1322

Merged
merged 1 commit into from
Nov 11, 2015
Merged

Free TCPContext on connection failure - fixes #1321 #1322

merged 1 commit into from
Nov 11, 2015

Conversation

etcimon
Copy link
Contributor

@etcimon etcimon commented Nov 6, 2015

Implements RAII-style freeing mechanism for manually allocated object, which fixes a bug that leaves objects hanging in the heap on connection failures.
fixes #1321

Implements RAII-style freeing mechanism for manually allocated object
s-ludwig added a commit that referenced this pull request Nov 11, 2015
Free TCPContext on connection failure - fixes #1321
@s-ludwig s-ludwig merged commit 1602903 into vibe-d:master Nov 11, 2015
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.

HTTP client leaks memory.
2 participants