以下是我在 vievDidLoad 中的代码
CMMotionManager *motionmanager = [[[CMMotionManager alloc]init]autorelease];
NSString string1 = [NSString stringwithFormat:@"%s", ([motionmanager.isGyroAvailable} ? @"Available" : @"Not Available"));
在 Instruments 中,我在 XCode 4.5 中遇到内存泄漏,指的是 CMMotionManagerInternal 我的代码有什么问题?