Re: [NSStringDrawingTextStorage textContainerForAttributedString:] leaking?
Re: [NSStringDrawingTextStorage textContainerForAttributedString:] leaking?
- Subject: Re: [NSStringDrawingTextStorage textContainerForAttributedString:] leaking?
- From: Matt Gough <email@hidden>
- Date: Mon, 19 Jul 2004 19:34:00 +0100
On 19 Jul 2004, at 19:22, Douglas Davidson wrote:
ObjectAlloc doesn't track leaks per se. These objects are being
cached, not leaked.
Don't suppose there is anyway to clear this cache/stop it happening? I
found ObjectAlloc to be much better than MallocDebug in tracking down
missing [someObj release] calls. These cached items and their
associated sub-objects makes it harder to spot my own mistakes.
Matt
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.