下面的 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