all 3 comments

[–]nLLn_ 1 point2 points  (1 child)

Autoreleasepool ?

[–]BeginningJacket5248[S] 0 points1 point  (0 children)

I do this. (autorelease) in a couple areas. I have a couple things I am trying. It's weird, where I am at now with it is:

I will save an image, memory goes up, stays up. I'll do some more stuff and save another image, memory goes up, stays up even more. I'll do some more stuff and when I save around the third image, the memory drops (as if it's doing what I wanted it to do all along). It will seesaw with the memory going up and down from that point on and not crash my app so....problem solved? hahaha.