mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 04:39:05 +00:00
OCSP stapling: missing OCSP request free call.
This commit is contained in:
parent
094bfc6beb
commit
e1a183946f
1 changed files with 2 additions and 0 deletions
|
|
@ -1195,6 +1195,8 @@ ngx_ssl_ocsp_create_request(ngx_ssl_ocsp_ctx_t *ctx)
|
|||
b->last = p;
|
||||
ctx->request = b;
|
||||
|
||||
OCSP_REQUEST_free(ocsp);
|
||||
|
||||
return NGX_OK;
|
||||
|
||||
failed:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue