memory leak when searchKeychainCopyMatching[fixed]
Opened this issue · 1 comments
Rachellin77 commented
it's a great library. but keep getting memory leak errors while trying to search key chain.
if you are running into this issue in ios.
adding CFRelease(result) will fix it.
please add this in the next release :D
pradeep1991singh commented
Thanks, PRs are most welcome.