server: Properly handle kill_thread recursion when killing a process.
authorAlexandre Julliard <julliard@winehq.org>
Fri, 10 Nov 2006 11:18:54 +0000 (12:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 10 Nov 2006 11:18:54 +0000 (12:18 +0100)
commit110a6fe5b65fd1b333f16d4878b9a6b2ad084557
tree2b89bc3ffa8f6066020f8de09487aa346b05625e
parent35c0886939d26368004131d5e96fab201f6b301f
server: Properly handle kill_thread recursion when killing a process.

Spotted by Mike McCormack.
server/process.c