aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-15 13:10:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-15 13:10:05 +0000
commit0e73a5bfb7e3b9a7d1dfe85c29787e539ff01d29 (patch)
tree2ac8db2445d14933481995ab072a233f02f1513e /src
parent85992f9eb3212627681394e20f15f82be3ce1fdc (diff)
downloadnginx-0e73a5bfb7e3b9a7d1dfe85c29787e539ff01d29.tar.gz
nginx-0e73a5bfb7e3b9a7d1dfe85c29787e539ff01d29.zip
style fix
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_file_cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c
index 12a5e55ae..0b3c0c834 100644
--- a/src/http/ngx_http_file_cache.c
+++ b/src/http/ngx_http_file_cache.c
@@ -1111,9 +1111,7 @@ ngx_http_file_cache_delete(ngx_http_file_cache_t *cache, ngx_queue_t *q,
*p = '\0';
ngx_queue_remove(q);
-
ngx_rbtree_delete(&cache->sh->rbtree, &fcn->node);
-
ngx_slab_free_locked(cache->shpool, fcn);
ngx_shmtx_unlock(&cache->shpool->mutex);