]> granicus.if.org Git - apache/commit
Fix a storage leak in mod_cgid... the temporary pool created for
authorJeff Trawick <trawick@apache.org>
Thu, 29 Mar 2001 00:17:50 +0000 (00:17 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 29 Mar 2001 00:17:50 +0000 (00:17 +0000)
commit8fe24d1f1bfc887045cedff7d2e01a316a3c8d2a
tree3c0db1c7794238745518f5ffe34c8f2dadf78ce9
parent382c21439a31ca56496d663f95040769908af19b
Fix a storage leak in mod_cgid... the temporary pool created for
each request was not cleaned up.

This removes the nastiest symptom of some excess pipes being created
(i.e., we don't run out of file descriptors), though something
additional is needed to keep from creating the pipes to begin with.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88611 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/generators/mod_cgid.c