View | Details | Raw Unified | Return to bug 61558
Collapse All | Expand All

(-)server/main.c (+1 lines)
Lines 280-285 static void destroy_and_exit_process(process_rec * Link Here
280
280
281
    apr_sleep(TASK_SWITCH_SLEEP);
281
    apr_sleep(TASK_SWITCH_SLEEP);
282
    ap_main_state = AP_SQ_MS_EXITING;
282
    ap_main_state = AP_SQ_MS_EXITING;
283
    apr_hook_deregister_all();
283
    apr_pool_destroy(process->pool); /* and destroy all descendent pools */
284
    apr_pool_destroy(process->pool); /* and destroy all descendent pools */
284
    apr_terminate();
285
    apr_terminate();
285
    if ((process_exit_value != 0) && isatty(fileno(stderr))) {
286
    if ((process_exit_value != 0) && isatty(fileno(stderr))) {

Return to bug 61558