Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any suggestion on following memory leak

I am developing application using NSOPerationqueue. It shows me leak when add OperationBlock in queue as i shown below in image. Please help me to find out leak resolution. If you need more screen shot or detail than please let me know.

You can also see my code in image.

enter image description here

enter image description here

enter image description here

like image 438
Nitin Avatar asked Nov 13 '22 05:11

Nitin


1 Answers

if your [self parsing:tempdata:aregion] retains the aregion string the you must release the aregion string.

like image 100
Vinay Kumar Baghel Avatar answered Nov 16 '22 04:11

Vinay Kumar Baghel