From: Bill Stoddard Date: Fri, 23 Mar 2001 15:42:26 +0000 (+0000) Subject: This will ensure the child pool is cleaned up nicely. X-Git-Tag: 2.0.15~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c65273136e85fad4c50024444d6839b6a348b9b7;p=apache 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 --- 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;