Re: Custom View in Toolbar
Re: Custom View in Toolbar
- Subject: Re: Custom View in Toolbar
- From: Chris Hanson <email@hidden>
- Date: Fri, 05 Mar 2010 14:30:17 -0800
On Mar 5, 2010, at 1:53 PM, Kyle Sluder wrote:
> You have a memory management bug somewhere, most likely in your
> validation method. Turn on zombies, run in Instruments, and find out
> where.
If you’re using Xcode 3.2 or later, even before setting NSZombieEnabled and running in Instruments, you can use “Build & Analyze” to run the clang static analyzer against your code.
Among other checks, the static analyzer understands and can validate Cocoa memory management and catch both over-releases and leaks.
— Chris
_______________________________________________
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