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

@kean

Description

@kean

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions