Re: 14799 expected memory Leaks in Cocoa.framework?
Re: 14799 expected memory Leaks in Cocoa.framework?
- Subject: Re: 14799 expected memory Leaks in Cocoa.framework?
- From: Jens Alfke <email@hidden>
- Date: Wed, 16 Jan 2013 12:39:45 -0800
On Jan 15, 2013, at 1:30 PM, Warren Postma <email@hidden> wrote:
> I have used memory-profiler tools on other platforms and languages, and
> most have a concept of "registering expected memory leaks". I haven't seen
> any indication that Instruments knows that Cocoa.framework has expected
> memory leaks
The system frameworks are generally pretty leak-free. There are a few known ones (there was some discussion recently about one in NSSpeechSynthesizer) but the odds of your running into them are low.
In general you should assume that any memory leak you find via Instruments is the fault of your app, or maybe some 3rd party library you’re linking with.
—Jens
_______________________________________________
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