[Bug 337086] Coverity 446, dead code in mozilla/security/nss/lib/certhigh/ocsp.c. r=wtchang
This commit is contained in:
alexei.volkov.bugs%sun.com 2006-05-15 20:52:01 +00:00
Родитель 64438fe30c
Коммит 968bb1125f
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -38,7 +38,7 @@
* Implementation of OCSP services, for both client and server.
* (XXX, really, mostly just for client right now, but intended to do both.)
*
* $Id: ocsp.c,v 1.24 2006/05/15 20:44:46 alexei.volkov.bugs%sun.com Exp $
* $Id: ocsp.c,v 1.25 2006/05/15 20:52:01 alexei.volkov.bugs%sun.com Exp $
*/
#include "prerror.h"
@ -3763,8 +3763,6 @@ ocsp_InitStatusChecking(CERTCertDBHandle *handle)
return SECSuccess;
loser:
if (statusContext != NULL)
PORT_Free(statusContext);
if (statusConfig != NULL)
PORT_Free(statusConfig);
return SECFailure;