After add a object to NSMutableArray
got reference count +2 ?
E2post *post = [E2post new];
[postsObjectArray addObject:post]
NSLog(@"RC post = %ld",CFGetRetainCount((__bridge CFTypeRef)(postsObjectArray[0])));
After add a object to NSMutableArray
got reference count +2 ?
E2post *post = [E2post new];
[postsObjectArray addObject:post]
NSLog(@"RC post = %ld",CFGetRetainCount((__bridge CFTypeRef)(postsObjectArray[0])));