]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Added a call to apr_bucket_alloc_destroy() to the clean_child_exit() code that
authorBradley Nicholes <bnicholes@apache.org>
Sat, 6 Apr 2002 00:03:32 +0000 (00:03 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Sat, 6 Apr 2002 00:03:32 +0000 (00:03 +0000)
commitd89e2cab7a69aa958495f0451074a162823c2f5a
tree1f073050a2a43b61b8a1a575caa12bd059880195
parenta4c7cf5616476f301dbb59d456f73b6a57c89472
Added a call to apr_bucket_alloc_destroy() to the clean_child_exit() code that
is called when each worker thread terminates.  This stopped the memory leak.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94479 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/netware/mpm_netware.c