0

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.

enter image description here

Diego Palomar
  • 6,958
  • 2
  • 31
  • 42

1 Answers1

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