onevcat / Kingfisher

A lightweight, pure-Swift library for downloading and caching images from the web.
MIT License
23.41k stars 2.66k forks source link

Memory Leak #2219

Open ZeeOne opened 8 months ago

ZeeOne commented 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) }

Screenshot 2024-03-11 at 13 47 44
qweluke commented 8 months ago

i'm having exactly the same issue!

qweluke commented 8 months ago

@onevcat ⬆️

twprzybysz commented 7 months ago

+1 @onevcat

bing-feng-v587 commented 3 weeks ago

+1 @onevcat