Re: Zombie object being messaged - why?
Re: Zombie object being messaged - why?
- Subject: Re: Zombie object being messaged - why?
- From: Andy Lee <email@hidden>
- Date: Fri, 25 Jan 2013 13:16:30 -0500
On Jan 25, 2013, at 10:52 AM, Martin Hewitson <email@hidden> wrote:
> Should I interpret this as a window trying to message the object? Am I somehow over-reasling? Under ARC, I can't, right?
Assuming there isn't a bug in ARC, you could still be over-releasing if:
* You're supporting 10.6 and so you're using __unsafe_unretained because you can't use __weak.
* You've incorrectly used the __bridge keywords somewhere, like maybe you used __bridge or __bridge_transfer when you should have used __bridge_retained.
--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden