NSMutableArray can not release objects after invoke removeAllObjects

You are using ARC based project there is no need to release memory, it will automatically managed. Your problem is somewhere else please post some more code.

Leave a Comment