存储在iOS中的ABMutableMultiValueRef中的对象的潜在泄漏

时间:2014-09-22 07:11:57

标签: ios addressbook

我在分析代码时遇到这种警告。我分享我的截图,有人可以建议我吗?

enter image description here  enter image description here

这是我的警告。我该怎么做?

1 个答案:

答案 0 :(得分:2)

是的,我得到了答案

返回之前不要写这一行

    if (thisPhones)
    {
        CFRelease(thisPhones);
    }
    return NO;