style fix

This commit is contained in:
Igor Sysoev 2010-07-15 13:10:05 +00:00
parent 85992f9eb3
commit 0e73a5bfb7

View File

@ -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);