After analyzing my application with Instruments, the tool tells me I have memory leaks but I do not see why that message if I think I am releasing memory correctly. Any idea? Thanks in advance.
Asked
Active
Viewed 57 times
0
-
1This looks like the time profiler, not leaks instrument. – Aaron Brager Nov 28 '13 at 14:47
-
It's Leaks Instruments. – Diego Palomar Nov 28 '13 at 14:49
-
it may come from the enqueue method – slecorne Nov 28 '13 at 15:00
1 Answers
0
Make sure that syncTask is not retained in enqueue: method.
And one more possibility may be if you implement any delegate in TaskQueue make sure your are using assign not strong or retain in property.

Sathish Kumar
- 219
- 1
- 10