Ticket #1920: ngx_http_fastcgi_module.c.patch
| File ngx_http_fastcgi_module.c.patch, 359 bytes (added by , 7 years ago) |
|---|
-
ngx_http_fastcgi_module.c
old new 722 722 723 723 u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t)); 724 724 if (u->pipe == NULL) { 725 ngx_pfree(f); /* release memory allocated to f */ 725 726 return NGX_HTTP_INTERNAL_SERVER_ERROR; 726 727 } 727 728
