As a work around I have suggested that the user iterate through the
NSMutableArray
and deallocate the images then deallocate the NSMutableArray...
It also make me worried when I see talk of deallocating.
Are you actually sending dealloc to objects? Or are you trying to
imply release / autorelease?
In general you should never need to send dealloc directly yourself
but instead depend on reference counting support provided by retain /
release / autorelease to do that for you.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Objc-language mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/objc-language/email@hidden