Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-[A0SimpleKeychain queryNewKey:value:] leaks accessControl #18

Closed
jwyld opened this issue Aug 12, 2015 · 0 comments
Closed

-[A0SimpleKeychain queryNewKey:value:] leaks accessControl #18

jwyld opened this issue Aug 12, 2015 · 0 comments
Labels
bug This points to a verified bug in the code

Comments

@jwyld
Copy link

jwyld commented Aug 12, 2015

On iOS 8, accessControl is created, added to the query, and then it's never released. The query dictionary takes it's retain, but the method does not give up its retain.

Xcode 7, beta 5 analyzer will show the issue as well.

@hzalaz hzalaz added the bug This points to a verified bug in the code label Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants