Hi there,

apparently, it is still mandatory to use - [CALayer setNeedsDisplay] and - 
[CALayer display], followed by +[CATransaction flush] in order to properly 
display a CALayer in a background GCD queue.

However, it seems that, in -[CALayer drawInContext:], if I don't call 
explicitly CGContextFlush() at the end of the routine, the CGPath drawn do not 
get freed and leak. Can someone confirm this?

Thanks,
Vincent_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to