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 (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com