NSImageView中的动画gif文件吃掉内存(Mac开发)

时间:2011-01-11 13:11:31

标签: macos memory-leaks animated-gif nsimageview

我只是尝试将带有6帧的动画gif文件放入url Request并使用响应创建nsimage ,,然后在NSImageView中设置Image ...

我用这个

// Where returnedImage is nsImage I created with response of the connection ..
    [myImageView setImage:[response returnedImage]];

我使用此代码更改某些用户操作发生时显示的图像

我观察到分配给程序的内存随着大规模线性增加..应用程序可能会崩溃

我确保我的代码没有泄漏......

我不知道它为什么会增加,我是否必须释放之前设置的图像

任何想法将不胜感激。

1 个答案:

答案 0 :(得分:0)

我在Nib文件中删除并重新创建NSImageView ...我可能是一个xcode部署错误或者其他东西,,,但我为显卡分配了一些内存不断增加