SECKEY_DestroyCertList should be CERT_DestroyCertList

This commit is contained in:
nicolson%netscape.com 2001-06-25 19:45:54 +00:00
parent 53fa9f7928
commit bc587fbdcc

View File

@ -2827,7 +2827,7 @@ PK11_ListCertsInSlot(PK11SlotInfo *slot)
(void*)certs);
if( status != SECSuccess ) {
SECKEY_DestroyCertList(certs);
CERT_DestroyCertList(certs);
certs = NULL;
}