pradeep1991singh/react-native-secure-key-store

memory leak when searchKeychainCopyMatching[fixed]

Opened this issue · 1 comments

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

Thanks, PRs are most welcome.