summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexei.volkov.bugs%sun.com <devnull@localhost>2006-05-15 20:51:58 +0000
committeralexei.volkov.bugs%sun.com <devnull@localhost>2006-05-15 20:51:58 +0000
commit4f745fc84fbf2c63c3200b599c3ceb9d8c57db90 (patch)
tree770c3024f17f850d4734c528f335ddcb5fe4f94b
parentfa5a5019a3769698ebdd2c6ca449411a06007c29 (diff)
downloadnss-hg-4f745fc84fbf2c63c3200b599c3ceb9d8c57db90.tar.gz
Patch contributed by jonsmirl@yahoo.com
[Bug 337086] Coverity 446, dead code in mozilla/security/nss/lib/certhigh/ocsp.c. r=wtchang
-rw-r--r--security/nss/lib/certhigh/ocsp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/nss/lib/certhigh/ocsp.c b/security/nss/lib/certhigh/ocsp.c
index b16a74a9c..12a059c76 100644
--- a/security/nss/lib/certhigh/ocsp.c
+++ b/security/nss/lib/certhigh/ocsp.c
@@ -3764,8 +3764,6 @@ ocsp_InitStatusChecking(CERTCertDBHandle *handle)
return SECSuccess;
loser:
- if (statusContext != NULL)
- PORT_Free(statusContext);
if (statusConfig != NULL)
PORT_Free(statusConfig);
return SECFailure;