Bugzilla bug 219756: fixed a CERTCertificate reference leak.

This commit is contained in:
wtc%netscape.com 2003-09-20 00:27:30 +00:00
Родитель bfd8e08e36
Коммит 54ba648af3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -181,6 +181,7 @@ int ConfigureOCSP(
result = SECFailure; result = SECFailure;
goto loser; goto loser;
} }
CERT_DestroyCertificate(cert);
} }
status = status =
CERT_SetOCSPDefaultResponder( certdb, CERT_SetOCSPDefaultResponder( certdb,