Difference b/n release and release then set to nil.

Posted by user338111 on Stack Overflow See other posts from Stack Overflow or by user338111
Published on 2010-05-11T09:51:28Z Indexed on 2010/05/11 9:54 UTC
Read the original article Hit count: 116

Filed under:
|
|

what is the difference between two snippets?

[myObj release];

and

[myObj release]; myObj = nil;

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk