ARC is enabled in my project,I found in a post of this site that Cocoa creates an autorelease pool for you on the main thread, but doesn't do anything for you on background threads. If you're going to kick something off onto a background thread without using NSOperation or something, you'll want to wrap that thread in an @autoreleasepool ARC memory leaks I modified my code,still having memory leak issue.Please help.
According to you Bryan Chen I have edited
Now getting issue here
Next modification