On Jan 15, 2013, at 1:30 PM, Warren Postma <warren.pos...@gmail.com> 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com