Skip to content

Commit

Permalink
[NSS] Fix build bustage due to typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbeast committed Feb 4, 2025
1 parent f115aae commit c5cda47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/nss/lib/dev/devutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ get_token_objects_for_cache(
* token reference (they share a reference with the cache itself).
* Nulling out the pointer here prevents the token's refcount
* from being decremented in nssCryptokiObject_Destroy */
cache->objects[objectType][j]->token = NULL;
cache->objects[objectType][j]->object->token = NULL;
nssArena_Destroy(cache->objects[objectType][j]->arena);
}
nss_ZFreeIf(cache->objects[objectType]);
Expand Down

0 comments on commit c5cda47

Please sign in to comment.