server: Move the process pipe hangup handling into kill_process.
commit0d2d5fce275e4de10d53a8f6350a4a0b7e23e2b1
authorAlexandre Julliard <julliard@winehq.org>
Fri, 20 Jun 2008 18:42:51 +0000 (20 20:42 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 18 Jul 2008 13:58:19 +0000 (18 15:58 +0200)
treeff85385f4b62c9c4b2ce0bfe9905dc793d3dbe6a
parentd1dd56ffa2d0b4f70c8982f7bd39b0260ddd1477
server: Move the process pipe hangup handling into kill_process.

This ensures that it's also done correctly when a read from the pipe
returns EOF.
(cherry picked from commit 24ec4a6ed7bf5c7c8edadc7da3bd5f6160a4d53d)
server/process.c