From c65273136e85fad4c50024444d6839b6a348b9b7 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Fri, 23 Mar 2001 15:42:26 +0000 Subject: [PATCH] This will ensure the child pool is cleaned up nicely. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88567 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/threaded/threaded.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/threaded/threaded.c b/server/mpm/threaded/threaded.c index c15d1cb685..a473e30988 100644 --- a/server/mpm/threaded/threaded.c +++ b/server/mpm/threaded/threaded.c @@ -762,7 +762,7 @@ static int make_child(server_rec *s, int slot) apr_signal(SIGTERM, just_die); child_main(slot); - exit(0); + clean_child_exit(0); } /* else */ ap_scoreboard_image->parent[slot].pid = pid; -- 2.50.1