Skip to content

Conversation

@nlutsenko
Copy link
Contributor

If there are no other references to self (aka PFObject instance) - evicting this object too early here will actually cause the object
to be gone from memory and then inside the last continuation - it will be nil.
This is reproducible by calling delete/fetchInBackground on an instance of PFObject and never referencing that instance again.
Fixes #100

nlutsenko added a commit that referenced this pull request Aug 25, 2015
Fixed too agressive deallocation for PFObject when fetch/delete is in  progress.
@nlutsenko nlutsenko merged commit e78ef1c into master Aug 25, 2015
@nlutsenko nlutsenko deleted the nlutsenko.object branch August 25, 2015 00:27
@nlutsenko nlutsenko added this to the 1.8.2 milestone Aug 26, 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.

4 participants