Re: checking for non zero before ... (Was Re: semantics of init)
Re: checking for non zero before ... (Was Re: semantics of init)
- Subject: Re: checking for non zero before ... (Was Re: semantics of init)
- From: Andrew Pinski <email@hidden>
- Date: Tue, 3 Jun 2003 23:22:48 -0400
You do not need to check if _myString are non NULL (zero) before
sending it a message except for speed reasons.
Thanks,
Andrew Pinski
On Tuesday, Jun 3, 2003, at 23:13 US/Eastern, Kyle Moffett wrote:
- (void) dealloc {
if (_myString) [_myString release];
if (_myId) [_myId release];
}
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.