Closed glentregoning closed 9 years ago
Analysis of this code using Xcode 7 produces the following warning:
These changes release accessControl on error or use a _bridge_transfer to transfer ownership to the attributes dictionary.
/Users/glen.tregoning/Source/belieber/Pods/UICKeyChainStore/Lib/UICKeyChainStore/UICKeyChainStore.m:1173:49: warning: Potential leak of an object stored into 'accessControl' SecAccessControlRef accessControl = SecAccessControlCreateWithFlags(kCFAllocatorDefault, accessibilityObject, (SecAccessControlCreateFlags)_authenticationPolicy, &securityError);
@kishikawakatsumi any chance you could have a look at this?
@glentregoning Sorry for the delay. I'll look your PR tomorrow. Thanks for PR.
Great! Thanks for your PR!! :+1:
Analysis of this code using Xcode 7 produces the following warning:
These changes release accessControl on error or use a _bridge_transfer to transfer ownership to the attributes dictionary.