void CGPathRelease ( CGPathRef path );

void CGImageRelease ( CGImageRef image);

带CG的release方法基本都这个形式。其他如CGContextRelease(context);CGColorSpaceReleae(colorSpaceRef);CGDataProviderRelease(provider);

相关文章:

  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2021-06-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2021-08-06
相关资源
相似解决方案