зеркало из https://github.com/mozilla/pjs.git
Bug 353422, Klocwork bugs in nss/lib/crmf
r=nelson, r=rrelyea Patch inspired by Nelson
This commit is contained in:
Родитель
92702ef895
Коммит
0cdda9c03b
|
@ -267,14 +267,14 @@ CMMF_DestroyCertifiedKeyPair(CMMFCertifiedKeyPair *inCertKeyPair)
|
|||
PORT_Assert(inCertKeyPair != NULL);
|
||||
if (inCertKeyPair != NULL) {
|
||||
cmmf_DestroyCertOrEncCert(&inCertKeyPair->certOrEncCert, PR_FALSE);
|
||||
if (inCertKeyPair->privateKey) {
|
||||
crmf_destroy_encrypted_value(inCertKeyPair->privateKey, PR_TRUE);
|
||||
}
|
||||
if (inCertKeyPair->derPublicationInfo.data) {
|
||||
PORT_Free(inCertKeyPair->derPublicationInfo.data);
|
||||
}
|
||||
PORT_Free(inCertKeyPair);
|
||||
}
|
||||
if (inCertKeyPair->privateKey) {
|
||||
crmf_destroy_encrypted_value(inCertKeyPair->privateKey, PR_TRUE);
|
||||
}
|
||||
if (inCertKeyPair->derPublicationInfo.data) {
|
||||
PORT_Free(inCertKeyPair->derPublicationInfo.data);
|
||||
}
|
||||
PORT_Free(inCertKeyPair);
|
||||
return SECSuccess;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче