diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-29 17:43:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-29 17:43:58 +0000 |
commit | 11dbe97ca401221313dc233aa2d6f67dfcaef1a7 (patch) | |
tree | fcd53429592c68f6fdf8d3ad4b0c151b9ebd5ff3 /src/core/ngx_alloc.c | |
parent | 14f02ed0dde2ee19da75cd836daf76505d7f2e9c (diff) | |
download | nginx-11dbe97ca401221313dc233aa2d6f67dfcaef1a7.tar.gz nginx-11dbe97ca401221313dc233aa2d6f67dfcaef1a7.zip |
nginx-0.0.3-2004-03-29-21:43:58 import
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; } |