`
dcj3sjt126com
  • 浏览: 1825322 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

-[CALayer retain]: message sent to deallocated instance 0x6b5d890

    博客分类:
  • IOS
阅读更多

我刚刚也遇到这个问题,之前也遇到过。

两次的原因都在多release。

例如:

UIButton *soundButton = [UIButton buttonWithType:UIButtonTypeCustom];

便利构造创建的对象,没有通过alloce开辟内存,但是还是用[soundButton release]; 释放结果就出现了:-[CALayer retain]: message sent to deallocated instance的报错。   

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics