merge r3515:

fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,
the bug had been introduced in r3426
This commit is contained in:
Igor Sysoev 2010-06-07 11:46:43 +00:00
parent b61109cc00
commit 584e7aefb0
1 changed files with 0 additions and 2 deletions

View File

@ -363,8 +363,6 @@ ngx_http_upstream_create(ngx_http_request_t *r)
if (u && u->cleanup) {
ngx_http_upstream_cleanup(r);
*u->cleanup = NULL;
u->cleanup = NULL;
}
u = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_t));