summaryrefslogtreecommitdiff
path: root/src/reqpool.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-12 08:48:35 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-12-12 08:48:35 -0500
commit96fd7e5d04d4e5cb609c876eae4176aa6cf2d7a5 (patch)
tree179fa0b9e9508735e68f4e5ece51eb1afd150816 /src/reqpool.c
parentdf070173af75b83fcbc49afed244947e3326c373 (diff)
downloadlighttpd-git-96fd7e5d04d4e5cb609c876eae4176aa6cf2d7a5.tar.gz
[multiple] remove r->physical.etag
(no longer used; was used as temporary buffer)
Diffstat (limited to 'src/reqpool.c')
-rw-r--r--src/reqpool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reqpool.c b/src/reqpool.c
index 7ff9871c..2358885d 100644
--- a/src/reqpool.c
+++ b/src/reqpool.c
@@ -223,7 +223,6 @@ request_free_data (request_st * const r)
free(r->physical.doc_root.ptr);
free(r->physical.path.ptr);
free(r->physical.basedir.ptr);
- free(r->physical.etag.ptr);
free(r->physical.rel_path.ptr);
free(r->pathinfo.ptr);