summaryrefslogtreecommitdiff
path: root/server/mpm/mpmt_os2
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2002-04-14 06:18:13 +0000
committerBrian Havard <bjh@apache.org>2002-04-14 06:18:13 +0000
commitd98925fa0db2c1ce8e7493b3f13c692e92f89442 (patch)
tree426e032da309a2e7fce8d51c568ad5c418bcbce9 /server/mpm/mpmt_os2
parenta087aacdb97b45716f238d72c644039e31d5bd53 (diff)
downloadhttpd-d98925fa0db2c1ce8e7493b3f13c692e92f89442.tar.gz
apr_bucket_alloc_create() now registers a cleanup that does a
apr_bucket_alloc_destroy(). Don't double free by calling it explicitly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94641 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/mpmt_os2')
-rw-r--r--server/mpm/mpmt_os2/mpmt_os2_child.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/mpm/mpmt_os2/mpmt_os2_child.c b/server/mpm/mpmt_os2/mpmt_os2_child.c
index ccea32d63e..c18bbb148f 100644
--- a/server/mpm/mpmt_os2/mpmt_os2_child.c
+++ b/server/mpm/mpmt_os2/mpmt_os2_child.c
@@ -443,7 +443,6 @@ static void worker_main(void *vpArg)
}
apr_pool_destroy(pconn);
- apr_bucket_alloc_destroy(bucket_alloc);
ap_update_child_status_from_indexes(child_slot, thread_slot,
SERVER_READY, NULL);
}