Ticket #1921: ngx_http_flv_module.c.patch

File ngx_http_flv_module.c.patch, 355 bytes (added by wp02855@…, 7 years ago)

patch file for bug reported in ticket 1921

  • ngx_http_flv_module.c

    old new  
    224224
    225225    b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
    226226    if (b->file == NULL) {
     227        ngx_pfree(b);   /* release previous memory allocation to b */
    227228        return NGX_HTTP_INTERNAL_SERVER_ERROR;
    228229    }
    229230