iphone - memory leaks in separate thread
- by Brodie4598
I create a second thread to call a method that downloads several images using:
[NSThread detachNewThreadSelector:@selector(downloadImages) toTarget:self withObject:nil];
It works fine but I get a long list of leaks in the log similar to:
2010-04-18 00:48:12.287 FS Companion[11074:650f] * _NSAutoreleaseNoPool(): Object 0xbec2640 of class…