PINRemoteImage icon indicating copy to clipboard operation
PINRemoteImage copied to clipboard

PINRemoteImageWeakTask memory leak

Open rounak opened this issue 3 years ago • 0 comments

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

rounak avatar Jun 08 '22 22:06 rounak