0

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

cocoatoucher
  • 1,483
  • 3
  • 17
  • 22

1 Answers1

1

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

Chuck
  • 234,037
  • 30
  • 302
  • 389