Skip to content

Commit

Permalink
Review: Mention ARC collection of LAContext
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama committed Jul 18, 2022
1 parent ef926ba commit 098cc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/touchid/context.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

0 comments on commit 098cc74

Please sign in to comment.