зеркало из https://github.com/mozilla/libprio.git
free PK11 slot as this appears to be leaking NSS resources at shutdown
This commit is contained in:
Родитель
e79efeda9c
Коммит
b9d21e977c
|
@ -186,6 +186,7 @@ Keypair_new (PrivateKey *pvtkey, PublicKey *pubkey)
|
|||
P_CHECKA (slot = PK11_GetInternalSlot ());
|
||||
P_CHECKA (*pvtkey = PK11_GenerateKeyPair(slot, CKM_EC_KEY_PAIR_GEN, &ecp,
|
||||
(SECKEYPublicKey **)pubkey, PR_FALSE, PR_FALSE, NULL));
|
||||
PK11_FreeSlot (slot);
|
||||
|
||||
cleanup:
|
||||
if (ecp.data)
|
||||
|
|
Загрузка…
Ссылка в новой задаче