I have Object:
MyClass *obj= [[MyClass alloc] init];
What\'s the difference between:
[obj release]; // Only obj own this ob
Is It Necessary to Set Pointers to nil in Objective-C After release?
Release, Dealloc, and the Self reference
Setting an object nil versus release+realloc
Read the above. They answer your Q comprehensively