Reputation: 1493
Do I need to release a CGMutablePathRef when I'm done with it? If so, how?
Upvotes: 0
Views: 561
Reputation: 237110
In the CGPath docs, there are both CGPathRetain and CGPathRelease functions.
Upvotes: 1