Leaking NSCFStrings
Leaking NSCFStrings
- Subject: Leaking NSCFStrings
- From: John Timmer <email@hidden>
- Date: Sat, 22 Nov 2003 22:31:40 -0500
I'm doing a lot of work with compositing NSMutableAttributedStrings, and I'm
leaking a bunch of NSCFStrings, according to the command line tool "leaks".
I've isolated it down to where I'm just compositing a formatted version of
the time once a minute, and the leaks continue to increase.
The weird thing is that, even though I generate a new
NSMutableAttributedString once a minute, the number of leaks doesn't
correspond to the number of minutes, so it doesn't seem to be a direct
consequence of the code I'm running. Are there any known problems with
NSMutableAttributedStrings? Any advice on how to track this down?
Thanks,
JT
_______________________________________________
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.