I have noticed these memory leaks when I used Memory Graph:
But I cannot manage to debug those memory leaks. The strange thing is that there is only one object in the graph when I open one of the leaks. The object is NSMutableArray.
Should not there be at least two objects pointing at each other? How can I debug this leak?