Possible Duplicate:
What kind of leaks does automatic reference counting in Objective-C not prevent or minimize?
I'm using XCode 4.3.2 and always use ARC as it makes perfect sense to me. I have apps created that build and compile with no issues. I know that the new compiler and the ARC are pretty smart in taking care of the memory management but are there any times when I need to code a release anywhere......anything that has been "init" or "alloc'd" typically?
Thanks,
Gaz.