Skip to content

Fix memory leak during SSL socket shutdown #408

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

Merged
merged 1 commit into from
Aug 22, 2019

Conversation

p12tic
Copy link
Member

@p12tic p12tic commented Aug 22, 2019

Fixes #396. Full cleanup of the sockets happens only during the daemon shutdown, but if the socket is not useful (e.g. when a client with duplicate name connects and is refused), we still want to perform a full cleanup.

@AdrianKoshka AdrianKoshka merged commit e31ebc1 into debauchee:master Aug 22, 2019
@AdrianKoshka
Copy link

AdrianKoshka commented Aug 22, 2019

Thanks for this and #409.

@p12tic p12tic deleted the fix-ssl-mem-leak branch May 30, 2020 18:23
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.

barriers memory leak when clients with duplicate names attempt to connect
2 participants