You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/01/19 13:30:19 UTC

svn commit: r1821650 - /httpd/httpd/trunk/server/mpm/worker/worker.c

Author: ylavic
Date: Fri Jan 19 13:30:19 2018
New Revision: 1821650

URL: http://svn.apache.org/viewvc?rev=1821650&view=rev
Log:
mpm_worker: follow up to r1821624.

Free idle pools while stopping.


Modified:
    httpd/httpd/trunk/server/mpm/worker/worker.c

Modified: httpd/httpd/trunk/server/mpm/worker/worker.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/worker/worker.c?rev=1821650&r1=1821649&r2=1821650&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/worker/worker.c (original)
+++ httpd/httpd/trunk/server/mpm/worker/worker.c Fri Jan 19 13:30:19 2018
@@ -743,6 +743,7 @@ static void * APR_THREAD_FUNC listener_t
     }
 
     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;