зеркало из https://github.com/mozilla/pjs.git
244881 Mem leak in SSLSocket getStatus
This commit is contained in:
Родитель
0f0ac64f27
Коммит
c15b52ac55
|
@ -566,9 +566,11 @@ finish:
|
|||
PR_Free(cipher);
|
||||
}
|
||||
if( issuer != NULL ) {
|
||||
PR_Free(issuer);
|
||||
PORT_Free(issuer);
|
||||
}
|
||||
if ( subject != NULL) {
|
||||
PORT_Free(subject);
|
||||
}
|
||||
/* subject is not allocated so it doesn't need to be freed */
|
||||
if( peerCert != NULL ) {
|
||||
CERT_DestroyCertificate(peerCert);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче