cocoatoucher
cocoatoucher

Reputation: 1493

CGMutablePathRef Memory Management

Do I need to release a CGMutablePathRef when I'm done with it? If so, how?

Upvotes: 0

Views: 561

Answers (1)

Chuck
Chuck

Reputation: 237110

In the CGPath docs, there are both CGPathRetain and CGPathRelease functions.

Upvotes: 1

Related Questions