Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gif data not being released #6

Open
eni9889 opened this issue Oct 15, 2013 · 2 comments
Open

Gif data not being released #6

eni9889 opened this issue Oct 15, 2013 · 2 comments

Comments

@eni9889
Copy link

eni9889 commented Oct 15, 2013

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
Copy link
Owner

mayoff commented Oct 16, 2013

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
Copy link
Contributor

aroben commented Oct 25, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants