gpt4 book ai didi

iphone - 解析时的内存问题

转载 作者:行者123 更新时间:2023-12-01 19:13:47 25 4
gpt4 key购买 nike

下面的 xmlparser 代码显示内存警告,我暂时无法修复任何线索请帮助我

if  ([elementName isEqualToString:@"page_details"])
{
IstructPageDetails *objIstructPageDetails = [[IstructPageDetails alloc] initwithIstructPageDetails:attributeDict];
[m_objmuteArrOutput addObject:objIstructPageDetails];
[objIstructPageDetails release];

}

Incorrect decrement of the reference count of an object that is not owned at this point by the caller

最佳答案

initwithIstructPageDetails 应该是 initWithIstructPageDetails:helps 因为分析器查看 cocoa 命名约定

由于代码看起来不错,这是我眼中唯一的可能性

关于iphone - 解析时的内存问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14625211/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com