UIImageView的内存泄漏?

时间:2010-08-14 15:39:34

标签: iphone memory-leaks

我做了以下步骤:

  1. 在Xcode中创建基于视图的iPad应用程序,
  2. 打开.xib文件,添加UIImageView,为其设置图像(200x100图像)。
  3. 按运行>使用效果工具> Leak
  4. 运行程序

    报告了两起泄密事件:

    Leaked Object  #   Address Size    Responsible Library Responsible Frame
    Malloc 128 Bytes        0x72186d0   128 ImageIO BuildPluginListPurple
    Malloc 128 Bytes        0x4712000   128 CoreGraphics open_handle_to_dylib_path

    那......发生了什么事?

    由于

1 个答案:

答案 0 :(得分:1)

如果您在模拟器中进行测试,则应尝试在实际的iPad上运行相同的测试。可能的是你不会看到泄漏。