为什么这段代码在“泄漏”程序中显示泄漏?
btnFaceBook = [UIButton buttonWithType:UIButtonTypeRoundedRect];
UIImage *faceBookImg = [UIImage imageNamed:@"facebook.gif"];
[btnFaceBook setBackgroundImage:faceBookImg forState:UIControlStateNormal];
我没有在UIButton或UIImage上做alloc。
答案 0 :(得分:0)
此代码没有泄露。泄漏是代码的其他部分。
答案 1 :(得分:0)