зеркало из https://github.com/mozilla/pjs.git
SECKEY_DestroyCertList should be CERT_DestroyCertList
This commit is contained in:
Родитель
01dd4c6996
Коммит
75a20d1d30
|
@ -2827,7 +2827,7 @@ PK11_ListCertsInSlot(PK11SlotInfo *slot)
|
|||
(void*)certs);
|
||||
|
||||
if( status != SECSuccess ) {
|
||||
SECKEY_DestroyCertList(certs);
|
||||
CERT_DestroyCertList(certs);
|
||||
certs = NULL;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче