http://www.cocoachina/ios/20150206/11121.html
CGColorSpaceRelease(colorS); CGColorRelease(colo);
Objective-C类型的对象才支持arc,其他类型的对象,创建了就需要释放。
---------------------------------------------------------------------------------
Reference-counted object is used after it is released 对象在被释放之后使用了


发布评论