Memory leak in Apple's LazyTableImages Sample code
I am using a modified version of LazyTableImages sample code provided by apple. Duri开发者_JAVA技巧ng testing, found there are few memory leaks in the code. I have tested the original code given by apple and found the same leaks(464 Bites).
Anybody managed to fix this? appreciate your help.If you have recieved “EXC_BAD_ACCESS”, some object delete from memory. You should use NSZombie, which detected deleted object.
精彩评论