AQGridView icon indicating copy to clipboard operation
AQGridView copied to clipboard

AQGridView.m : updateVisibleGridCellsNow:Line-1584 - Memory leak

Open gran33 opened this issue 12 years ago • 0 comments

I m using AQGridView inside my project, and i check my memory leaks with instruments- Leaks. I notice the in this line NSMutableIndexSet * animatingInserted = [insertedIndices mutableCopy]; There is a memory leak.

Any ideas?

10x in advance! Great project!

gran33 avatar Dec 23 '13 09:12 gran33