How to solve the leaks when allocating the NSMutableArray in Objective-C
- by Madan Mohan
Hi Guys,
I am getting leaks in Master view controller of iPhone.
When I call this method, I am inserting them into filteredListCount array, because when I search I need to show the list from filteredListCount array otherwise customerArray.
This functionality is working fine but I am getting leaks in the method below at allocation:…