TXScrollLabelView icon indicating copy to clipboard operation
TXScrollLabelView copied to clipboard

内存泄漏

Open bluemap opened this issue 6 years ago • 2 comments

CTFontCreateWithName CTFramesetterCreateWithAttributedString CTFramesetterCreateFrame 以上三个位置内存泄漏,需要调用CFRelease

bluemap avatar Apr 08 '18 10:04 bluemap

CGPathCreateMutable这个也是 需要调用如下释放代码 CFRelease(myFont); CFRelease(frameSetter); CFRelease(frame); CFRelease(path);

bluemap avatar Apr 08 '18 10:04 bluemap

@bluemap 提交个req上来哩

JadianZheng avatar Sep 04 '18 07:09 JadianZheng