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

PINRemoteImageWeakTask memory leak #621

Open
rounak opened this issue Jun 8, 2022 · 0 comments
Open

PINRemoteImageWeakTask memory leak #621

rounak opened this issue Jun 8, 2022 · 0 comments

Comments

@rounak
Copy link
Contributor

rounak commented Jun 8, 2022

We're seeing some PINRemoteImageWeakTask leaks in the memory graph debugger. Looking at the PINRemoteImage code, we store this weak task using [NSURLProtocol setProperty: forKey: inRequest:] method. But we never seem to be removing this task through the corresponding removePropertyForKey method call.

Is this expected? Or is the leak due to some other issue?

Thanks!

Screen Shot 2022-06-08 at 3 50 17 PM

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

1 participant