Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

DFURLImageFetcher doesn't deallocate because of the NSURLSession delegate #68

Closed
kean opened this issue Aug 31, 2015 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@kean
Copy link
Owner

kean commented Aug 31, 2015

The session object keeps a strong reference to the delegate until your app explicitly invalidates the session. If you do not invalidate the session by calling the invalidateAndCancel or resetWithCompletionHandler: method, your app leaks memory.

@kean kean added the bug label Aug 31, 2015
@kean kean self-assigned this Aug 31, 2015
@kean kean added this to the 0.7.1 milestone Aug 31, 2015
@kean
Copy link
Owner Author

kean commented Sep 3, 2015

Done, add -[DFImageFetching invalidate] method

@kean kean closed this as completed Sep 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant