]> granicus.if.org Git - apache/commitdiff
This will ensure the child pool is cleaned up nicely.
authorBill Stoddard <stoddard@apache.org>
Fri, 23 Mar 2001 15:42:26 +0000 (15:42 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 23 Mar 2001 15:42:26 +0000 (15:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88567 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/threaded/threaded.c

index c15d1cb685dc95fb7ec82528df4a0a7c6c2ebe43..a473e309880d48cb84661303c688f44b472a4a77 100644 (file)
@@ -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;