From c4869735846a4c59ebc7d6695206ece2939742bc Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Tue, 4 Sep 2018 00:04:05 +0000 Subject: [PATCH] Axe spurious comment (added and addressed in r1839997). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1839998 13f79535-47bb-0310-9956-ffa450edef68 --- server/util_filter.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/util_filter.c b/server/util_filter.c index 98c48a8b1d..8101042498 100644 --- a/server/util_filter.c +++ b/server/util_filter.c @@ -1143,10 +1143,6 @@ AP_DECLARE_NONSTD(int) ap_filter_output_pending(conn_rec *c) if (f->bb && !APR_BRIGADE_EMPTY(f->bb)) { apr_status_t rv; - /* XXX: this may destroy r->pool, thus *f (e.g. the core request - * filter bails out on EOR), so we need to do something to not - * dereference f below... - */ rv = ap_pass_brigade(f, bb); apr_brigade_cleanup(bb);