Ticket #370: ngx_http_upstream.c.diff

File ngx_http_upstream.c.diff, 339 bytes (added by Tomasz Kojm, 13 years ago)
  • ngx_http_upstream.c

    old new  
    33883388            }
    33893389        }
    33903390
    3391         ngx_http_file_cache_free(r->cache, u->pipe->temp_file);
     3391        ngx_http_file_cache_free(r->cache, u->pipe ? u->pipe->temp_file : NULL);
    33923392    }
    33933393
    33943394#endif