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

Fixed a circular retain, causing non used request operations to leak #2388

Merged
merged 3 commits into from Mar 7, 2016
Merged

Fixed a circular retain, causing non used request operations to leak #2388

merged 3 commits into from Mar 7, 2016

Conversation

rojo69
Copy link

@rojo69 rojo69 commented Feb 4, 2016

Also removed the confusing comment "Weakly tag the HTTP operation with its parent object request operation". The HTTP operation is not tagged anymore and when it was it was not weak (in the end), which caused a major leak.

Roger Jönsson added 3 commits February 4, 2016 09:28
… parent object request operation".

The HTTP operation is not tagged anymore and when it was it was not weak (in the end), which caused a major leak.
@rojo69 rojo69 changed the title Removed the confusing comment "Weakly tag the HTTP operation with its… Fixed a circular retain, causing non used request operations to leak Feb 4, 2016
segiddins added a commit that referenced this pull request Mar 7, 2016
Fixed a circular retain, causing non used request operations to leak
@segiddins segiddins merged commit 9846852 into RestKit:development Mar 7, 2016
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.

None yet

2 participants