mayoff / uiimage-from-animated-gif

A UIImage category that loads animated GIFs
Creative Commons Zero v1.0 Universal
877 stars 164 forks source link

Gif data not being released #6

Open eni9889 opened 10 years ago

eni9889 commented 10 years ago

I can't figure out if I am doing something wrong but the memory use of my app does not go down after I nil a gif image. Any thoughts?

mayoff commented 10 years ago

I don't work on iOS stuff anymore, but if you attach a small test case, I might find time to take a look at it.

aroben commented 10 years ago

It looks like the individual UIImage frames never get released unless ARC is enabled. @eni9889 are you using ARC? If not, the frames leak could be (part of) the problem.