获取错误:对象0x1107e790的malloc:***错误:未释放指针被释放***在malloc_error_break中设置断点以进行调试

时间:2013-03-07 15:09:27

标签: memory-management ios6 malloc breakpoints nszombie

我在NSZombie中获得以下输出,

enter image description here

我不知道如何解决它:

我正在使用以下代码:

        AsyncronousUIImage *image=[[AsyncronousUIImage alloc] init];
        [image loadImageFromURL:imageURL inImageView:templateView];
        image.delegate=self;

0 个答案:

没有答案