Re: CoreFoundation object over-retained during finalization
Re: CoreFoundation object over-retained during finalization
- Subject: Re: CoreFoundation object over-retained during finalization
- From: Quincey Morris <email@hidden>
- Date: Sat, 12 Mar 2011 12:35:47 -0800
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@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