diff options
Diffstat (limited to 'src/core/ngx_alloc.c')
-rw-r--r-- | src/core/ngx_alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_alloc.c b/src/core/ngx_alloc.c index 1cbd4c8c8..de583fc09 100644 --- a/src/core/ngx_alloc.c +++ b/src/core/ngx_alloc.c @@ -90,8 +90,6 @@ void ngx_destroy_pool(ngx_pool_t *pool) break; } } - - pool = NULL; } |