server: Move the process pipe hangup handling into kill_process.
commit24ec4a6ed7bf5c7c8edadc7da3bd5f6160a4d53d
authorAlexandre Julliard <julliard@winehq.org>
Fri, 20 Jun 2008 18:42:51 +0000 (20 20:42 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 20 Jun 2008 18:42:51 +0000 (20 20:42 +0200)
treebc83a8691734fb4a6d6f519abb9e7bcb35022718
parent56d5332285069769986e665a44ea68451f67053b
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.
server/process.c