Re: NSAutounbinder not releasing my object in a timely manner
Re: NSAutounbinder not releasing my object in a timely manner
- Subject: Re: NSAutounbinder not releasing my object in a timely manner
- From: Jerry Krinock <email@hidden>
- Date: Wed, 18 Jul 2012 10:46:45 -0700
On 2012 Jul 18, at 09:45, Jonathan Taylor wrote:
> this nasty NSAutounbinder thingy then jumps in and re-retains it in some evil under-the-covers voodoo to do with avoiding retain cycles (as I understand it). Unfortunately the balancing autorelease only occurs 16 seconds later when I move the mouse! While not catastrophic this is pretty annoying and looks rather embarrassing.
It's not embarrassing unless your users are running your app in a debugger. Cocoa performs millions of unnecessary operations every second, and indeed any of them could cause trouble. But only Apple can fix them. As long as it doesn't crash, and doesn't leak, I wouldn't worry about it.
_______________________________________________
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