double free error

2009-12-14 Thread Eric E. Dolecki
I was receiving malloc double free errors when a view removed itself, so all of the releases I was doing in the view I commented out, the view killing itself after it animates from visual view: - (void) killMe:(NSString *)animationID finished:(NSNumber *)finished context:(void *)context {

Re: double free error

2009-12-14 Thread Henry McGilton (Boulevardier)
On Dec 14, 2009, at 12:45 PM, Eric E. Dolecki wrote: I was receiving malloc double free errors when a view removed itself, so all of the releases I was doing in the view I commented out, the view killing itself after it animates from visual view: - (void) killMe:(NSString *)animationID

Re: double free error

2009-12-14 Thread Eric E. Dolecki
Many thanks and very good to know. On Mon, Dec 14, 2009 at 3:55 PM, Henry McGilton (Boulevardier) appledevelo...@trilithon.com wrote: On Dec 14, 2009, at 12:45 PM, Eric E. Dolecki wrote: I was receiving malloc double free errors when a view removed itself, so all of the releases I was