mirror of
https://github.com/nginx/nginx.git
synced 2024-12-02 20:09:01 +08:00
OCSP stapling: missing OCSP request free call.
This commit is contained in:
parent
094bfc6beb
commit
e1a183946f
@ -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…
Reference in New Issue
Block a user