projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
free cleanup 12
[openssl.git]
/
crypto
/
ocsp
/
ocsp_ht.c
diff --git
a/crypto/ocsp/ocsp_ht.c
b/crypto/ocsp/ocsp_ht.c
index
4a06a8e
..
266b43b
100644
(file)
--- a/
crypto/ocsp/ocsp_ht.c
+++ b/
crypto/ocsp/ocsp_ht.c
@@
-136,6
+136,8
@@
OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline)
void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx)
{
+ if (!rctx)
+ return;
BIO_free(rctx->mem);
if (rctx->iobuf)
OPENSSL_free(rctx->iobuf);