On Mar 12, 2011, at 12:29, Quincey Morris wrote: > The other odd thing is that I always believed that an object with a CFRetain > count (!=0) was immune from collection, even if there weren't any strong > references to it. That doesn't appear to be true now. Perhaps if was true in > Leopard.
Bah! This *was* a stupid comment. We don't have any reason to think an object with a CFRetain count (!=0) is being finalized, but rather that a dying object was CFRetain'ed in some other object's finalize. _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
