[obj-c] autorelease problem
- by BQuadra
Why the NSArray allocated with arrayWithObjects dealloc automatically if already used by BObject object?? in teory NSArray must remain allocated all the BObject life time...
[[BObject alloc] initObjectName:@"oneObject" states:
[NSArray arrayWithObjects:
[[State alloc] initStateName:@"stand_front" singleImg:[NSArray arrayWithObjects:[UIImage…