diff --git a/lib/auth/touchid/context.m b/lib/auth/touchid/context.m index 0d63df3701a70..0257168b8f11f 100644 --- a/lib/auth/touchid/context.m +++ b/lib/auth/touchid/context.m @@ -81,5 +81,5 @@ void AuthContextClose(AuthContext *actx) { if (actx == NULL) { return; } - actx->la_ctx = NULL; + actx->la_ctx = NULL; // Let ARC collect the LAContext. }