You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: