PullToRefreshCoreText
PullToRefreshCoreText copied to clipboard
Potential leak of an object
Potential leak of an object Call to function 'CTFontCreateWithName' returns a Core Foundation object with a +1 retain count Object leaked: allocated object is not referenced later in this execution path and has a retain count of +1
CFTypeRef fontRef = CTFontCreateWithName((__bridge CFStringRef)self.refreshingTextFont.fontName, self.refreshingTextFont.pointSize, NULL); [text setFont:fontRef]; CFRelease(fontRef);