On Wed, 08 Feb 2012 16:23:38 -0800, G S <[email protected]> said: >The problem is that this view is almost never deallocated, even long after >the user dismisses it with the Back button. It's not a leak
Sorry to arrive late to this party, but it sounds to me (from other things you've said, not quoted here) like it *is* a leak. You may even have a retain cycle. What's the basis for saying "it's not a leak"? In any case instruments will show you who's retaining your object. m. -- matt neuburg, phd = [email protected], <http://www.apeth.net/matt/> A fool + a tool + an autorelease pool = cool! Programming iOS 4! http://www.apeth.net/matt/default.html#iosbook _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
