在iPhone App开发中使用GData XMLElement时内存泄漏

时间:2011-08-18 08:41:43

标签: iphone memory-leaks

以下是我的代码片段,它显示了从性能工具运行时重复的内存泄漏:

    GDataXMLElement *imagePathStr = (GDataXMLElement *) [imagePath objectAtIndex:0];
    chartInfo.imagePath = imagePathStr.stringValue;

当我尝试显式释放imagePathStr时,我得到一个异常。此代码段在我的应用程序中大量使用并导致重复的内存泄漏。请提供替代方案或解决方案。谢谢你的期待。

0 个答案:

没有答案