OCSP stapling: missing OCSP request free call.

This commit is contained in:
Filipe da Silva 2014-04-29 22:22:38 +02:00
parent 094bfc6beb
commit e1a183946f

View File

@ -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: