objective-c singleton memory deallocation

Posted by kpower on Stack Overflow See other posts from Stack Overflow or by kpower
Published on 2010-05-17T09:24:45Z Indexed on 2010/05/17 12:10 UTC
Read the original article Hit count: 259

Should I somehow release shared object (on which singleton is based) when my application terminates if no garbage collector used (iPhone environment)?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about memory-management