[sender LoadDataComplete:arrDetailData];
I am returning this array like this from an objective C class in my my class which inherits ViewController…if I write [arrDetailData release] below this…i get crash…
Please advise on it…how to get this array without a leak
[sender LoadDataComplete:arrDetailData]; I am returning this array like this from an objective C class
Share
Why don’t you autorelease it ?