On Thu, Nov 4, 2010 at 9:17 AM, Sherm Pendley <[email protected]> wrote: > - (id)initForCamera:(id<CameraProtocol>)cam { > [self release];
I remember there being a bit of contention on this, but Greg Parker's wisdom seems to be to call [super dealloc], not [self release]: http://lists.apple.com/archives/objc-language/2008/Sep/msg00133.html --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
