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 a memory leak on each HTTP request made to ROS #6062

Merged
merged 1 commit into from
Jan 14, 2019

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Jan 11, 2019

By default NSURLSession will keep itself alive indefinitely, and has to be explicitly told to delete itself after it completes all enqueued tasks.

Fixes #6058.

By default NSURLSession will keep itself alive indefinitely, and has to be
explicitly told to delete itself after it completes all enqueued tasks.
@tgoyne tgoyne added the T-Bug label Jan 11, 2019
@tgoyne tgoyne self-assigned this Jan 11, 2019
@tgoyne tgoyne merged commit f63a296 into master Jan 14, 2019
@tgoyne tgoyne deleted the tg/nsurlsession-leak branch January 14, 2019 17:11
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RLMNetworkClient leaks NSURLSession
2 participants