mpm_worker: follow up to r1821624.

Free idle pools while stopping.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2018-01-19 13:30:19 +00:00
parent a121a58370
commit 0ca4811f5a

View File

@ -743,6 +743,7 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t *thd, void * dummy)
}
ap_close_listeners_ex(my_bucket->listeners);
ap_free_idle_pools(worker_queue_info);
ap_queue_term(worker_queue);
dying = 1;
ap_scoreboard_image->parent[process_slot].quiescing = 1;