NSRare / NSGIF

🔮 iOS Library for converting videos to animated GIFs.
MIT License
923 stars 190 forks source link

ImageIO_GIF_Data Memory Leak #11

Closed itsjc closed 8 years ago

itsjc commented 8 years ago

I'm seeing about 30mb of memory that is not being released under the category VM: ImageIO_GIF_Data.

Even after deleting the gif the memory remains allocated.

Any advice?

Thank you for your time

screen shot 2016-03-20 at 11 37 11 am

itsjc commented 8 years ago

After further investigation, I've came to the conclusion that this memory leak has to do with how the gif is being shown (in a webview)