]> granicus.if.org Git - apache/commitdiff
This is not C++, falling out of scope doesn't constitute destruction :)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Aug 2001 18:38:43 +0000 (18:38 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Aug 2001 18:38:43 +0000 (18:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89942 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgi.c

index 9e533113c70ee4d2611681faab35c8bb51821594..183bd5d931a0ab9ccd89e405570d7298fd62eff1 100644 (file)
@@ -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) {