标签: ios objective-c memory-leaks cgimage alasset
以下是乐器应用的截图。
是否有任何解释该行有什么问题?
答案 0 :(得分:1)
ARC不管理C类型,可以考虑CGImage。完成CGImageRelease(图像)后,必须手动释放引用; found the answer hire