From 0fcef8e76d9e1e0f64d62a9a53f543b0058b1699 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 6 Aug 2001 18:38:43 +0000 Subject: [PATCH] This is not C++, falling out of scope doesn't constitute destruction :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89942 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_cgi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c index 9e533113c7..183bd5d931 100644 --- a/modules/generators/mod_cgi.c +++ b/modules/generators/mod_cgi.c @@ -348,6 +348,7 @@ static void add_ssi_vars(request_rec *r, ap_filter_t *next) apr_table_setn(e, "PATH_TRANSLATED", apr_pstrcat(r->pool, pa_req->filename, pa_req->path_info, NULL)); } + ap_destroy_sub_req(pa_req); } if (r->args) { -- 2.40.0