free PK11 slot as this appears to be leaking NSS resources at shutdown

This commit is contained in:
Robert Helmer 2018-08-23 06:40:41 -07:00
Родитель e79efeda9c
Коммит b9d21e977c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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)