Re: Disposing NSArray
Re: Disposing NSArray
- Subject: Re: Disposing NSArray
- From: Youngjin Kim <email@hidden>
- Date: Fri, 1 Jun 2001 15:05:32 +0900
On Friday, June 1, 2001, at 12:49 PM, Mike Shields wrote:
array1 is already autoreleased by arrayWithObjects? I don't know for
sure that autoreleasing an autoreleased object causes a signal, but it
would seem odd. Or are you getting an error somewhere else?
You're very right Mike, I'm not getting signal at the time of
releasing. I'm getting error after that. (in "..." part) because I
tried to use disposed array1,
and thanks to Greg, You really helped my brain clearing up on this.
Thanks to David and Rajnish too.
I'm beginning like Objective-C!
Youngjin