0

I checked my application's memory leaking problem and these memory leaks are found. How can I solve these memory leak?

I used Leaks tool in Instruments. Here are the screenshots

Screenshot 1

Screenshot 2

Swift Dev Journal
  • 19,282
  • 4
  • 56
  • 66
poq
  • 11
  • 1
  • 8
  • @YunCHEN Thank u for answering. But I don't know which one is wrong. There are no black code. I added image in my question, please check it. – poq Jul 25 '18 at 03:56
  • I added a screenshot with answer. Please check it. – Yun CHEN Jul 25 '18 at 09:14

1 Answers1

0

Switch to the Call Tree, select the options indicated in screenshot, then double click the code line.

enter image description here

Yun CHEN
  • 6,450
  • 3
  • 30
  • 33