UIImageView-PlayGIF icon indicating copy to clipboard operation
UIImageView-PlayGIF copied to clipboard

多线程下dictRef 需要做非空判断,遇到过crash

Open weskhen opened this issue 8 years ago • 1 comments

UIImageView+PlayGIF.m 268行
if (dictRef) { CFRelease(dictRef); }

weskhen avatar Jan 17 '17 12:01 weskhen

我也遇到了这个问题,捕获到了.但是感觉这个方案不是很好.....你知道为社会呢么会出现空吗

zhangfurun avatar May 21 '18 06:05 zhangfurun