Hi all.
In my i Phone app, tehere are soem mem leaks the instuments detected.
However its showing soem "ODD" lines when i trace the line from INSRUMENTS.
Sometimes its showing the lines like
But i conccluded that the error is with the line above the specified line (which make sense)...
Also i found that the leak is for the line where i assign the image for the cell of my UITableView.
The INSTRUMENTS showing leak for class NSURLResponse in this line.
Also there is a leak for..
[/CODE]
Plz help...
In my i Phone app, tehere are soem mem leaks the instuments detected.
However its showing soem "ODD" lines when i trace the line from INSRUMENTS.
Sometimes its showing the lines like
Code:
@finally // finallly block
Code:
} // closing brace
But i conccluded that the error is with the line above the specified line (which make sense)...
Also i found that the leak is for the line where i assign the image for the cell of my UITableView.
Code:
cell.image = [UIImage imageWithData:[NSData dataFromURL:[I]myImageURL[/I]]];
The INSTRUMENTS showing leak for class NSURLResponse in this line.
Also there is a leak for..
Code:
recievedNSMutableData = [NSConnection sendSynchronousRequest:[I]request[/I] response:[I]&myNSMutableresponse[/I] error:[I]&connError[/I]];
Plz help...