swiftgif / SwiftGif

[UNMAINTAINED] 🌠 A small UIImage extension with gif support
MIT License
1.33k stars 306 forks source link

Memory leak inside setGIFFromURL #88

Open pirifan opened 5 years ago

pirifan commented 5 years ago

The network request captures self strongly, so if the imageView gets deallocated the app crashes.