From 6b166b27c63c5e5ea63c97797cc883806d7049d0 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sun, 14 Apr 2002 06:18:13 +0000 Subject: [PATCH] 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 --- server/mpm/mpmt_os2/mpmt_os2_child.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.50.1