Re: Analyzer Messages
Re: Analyzer Messages
- Subject: Re: Analyzer Messages
- From: Seth Willits <email@hidden>
- Date: Thu, 11 Aug 2011 13:20:50 -0700
On Aug 11, 2011, at 1:16 PM, Jens Alfke wrote:
>> self.captureManager = [[AVCamCaptureManager alloc] init];
>> [self.captureManager release];
>
> The analyzer probably doesn’t like any call to -release on a property value. Whether this code is correct or not depends on how the property is implemented
Going a step further: It's unequivocally incorrect. It may work, but that's terrible code style and is absolutely the wrong thing to do.
--
Seth Willits
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden