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

sws: fix memory leak on exit #7849

Closed
wants to merge 1 commit into from
Closed

sws: fix memory leak on exit #7849

wants to merge 1 commit into from

Conversation

jay
Copy link
Member

@jay jay commented Oct 13, 2021

  • Free the allocated http request struct on cleanup.

Prior to this change if sws was built with leak sanitizer it would
report a memory leak error during testing.

Closes #xxxx

- Free the allocated http request struct on cleanup.

Prior to this change if sws was built with leak sanitizer it would
report a memory leak error during testing.

Closes #xxxx
@jay jay closed this in afd4898 Oct 14, 2021
@jay jay deleted the sws_fix_memleak branch October 14, 2021 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants