Commit 48328570 authored by Evgeny Kotkov's avatar Evgeny Kotkov
Browse files

mpm_winnt: Don't forget to close the I/O completion port as part of the

cleanup in the child process.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801143 13f79535-47bb-0310-9956-ffa450edef68
parent 66cb2500
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1268,6 +1268,7 @@ void child_main(apr_pool_t *pconf, DWORD parent_pid)
    apr_thread_mutex_destroy(child_lock);
    apr_thread_mutex_destroy(qlock);
    CloseHandle(qwait_event);
    CloseHandle(ThreadDispatchIOCP);

    apr_pool_destroy(pchild);
    CloseHandle(exit_event);