My project does support ARC:
But when i run the Xcode Analyzer, Product/Analyze, i still get memory leak such:
Potential leak of an object allocated on line xx and stored into 'xxx'.
I mean, isn't the ARC supposed to fix suck release issues? or i have to add the release/autorelease by myself?