Re: Leaking CGColor objects
Re: Leaking CGColor objects
- Subject: Re: Leaking CGColor objects
- From: DKJ <email@hidden>
- Date: Sun, 26 Oct 2008 07:28:42 -0700
Misprint in my last message:
[[MyCALayer alloc] init];
should be:
id mylayer = [[MyCALayer alloc] init];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden