]> granicus.if.org Git - apache/commitdiff
* server/mpm/prefork/prefork.c (child_main): Tag pchild.
authorJoe Orton <jorton@apache.org>
Wed, 10 May 2006 11:51:41 +0000 (11:51 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 10 May 2006 11:51:41 +0000 (11:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@405721 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 3f1f2f2b17fa8c63309553b77f2b728d14ddd34f..d1f7432d944cfbb025bffe392e83fcaa8341eb1a 100644 (file)
@@ -492,6 +492,7 @@ static void child_main(int child_num_arg)
     apr_allocator_max_free_set(allocator, ap_max_mem_free);
     apr_pool_create_ex(&pchild, pconf, NULL, allocator);
     apr_allocator_owner_set(allocator, pchild);
+    apr_pool_tag(pchild, "pchild");
 
     apr_pool_create(&ptrans, pchild);
     apr_pool_tag(ptrans, "transaction");