Ticket #1921: ngx_http_flv_module.c.patch
| File ngx_http_flv_module.c.patch, 355 bytes (added by , 7 years ago) |
|---|
-
ngx_http_flv_module.c
old new 224 224 225 225 b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t)); 226 226 if (b->file == NULL) { 227 ngx_pfree(b); /* release previous memory allocation to b */ 227 228 return NGX_HTTP_INTERNAL_SERVER_ERROR; 228 229 } 229 230
