Quote:
Originally Posted by TunaNugget
It's possible the Image class is doing some caching. I had a problem with images never being released in earlier versions of the OS, but that was with the ImageNamed method.
|
output the retain count of the Image instances you are releasing. I bet that it's not 1 and thus the release does not put it to zero.
__________________
regards
Oliver Drobnik
Cocoanetics - Our DNA is programmed in Objective-C.
Linguan – makes localizing strings file fun!
Cocoanetics Parts Store – easy to use yet professionally looking components that you can use to spruce up your own apps. Augmented Reality, Calendar Control, Pin Lock or Purchase Button are only some examples. You get full source code, no static library crap, and lifetime support. Check it out today!
|