dropbox / zxcvbn-ios

A realistic password strength estimator.
https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/
MIT License
223 stars 64 forks source link

Use weak references to self to avoid retain cycles in blocks #5

Closed michaelbaisch closed 10 years ago

michaelbaisch commented 10 years ago

Fixes: #2

leah commented 10 years ago

Thanks so much for spotting this and submitting a fix!