Open ZeeOne opened 8 months ago
Getting a memory leak when using the profiler. Minimum code to reproduce (but still an issue when defining a processor):
if let url = URL(string: urlValue) { imageView.kf.setImage( with: url) }
i'm having exactly the same issue!
@onevcat ⬆️
+1 @onevcat
Getting a memory leak when using the profiler. Minimum code to reproduce (but still an issue when defining a processor):
if let url = URL(string: urlValue) { imageView.kf.setImage( with: url) }