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

Memory leak #8

Closed
ValiDraganescu opened this issue Mar 12, 2016 · 1 comment
Closed

Memory leak #8

ValiDraganescu opened this issue Mar 12, 2016 · 1 comment

Comments

@ValiDraganescu
Copy link

I ran the memory leak instrument over my app which uses this image loader. What I found is that this line of code
sharedURLCache.removeCachedResponseForRequest(request)
is frequently leaking memory.

@kiavashfaisali
Copy link
Owner

Hello, thank you for bringing this to my attention.

Unfortunately, there is not much I can do about this, since that line of code you've posted above is part of the NSURLCache API. I suspect this issue will be fixed in a future version of iOS.

Regards,
Kiavash

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

No branches or pull requests

2 participants