commit | 3940d8a2948c6f095b4a71a7eb1af6e3247fefab | [log] [tgz] |
---|---|---|
author | Eric Pouech <eric.pouech@wanadoo.fr> | Tue Dec 04 20:17:43 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 04 20:17:43 2001 +0000 |
tree | 9859af9dfe4b22159654698ca0980acc0a9d4ed4 | |
parent | ffc61c80b3d3a2b407865f2dd5a2b7fb08a168b0 [diff] [blame] |
Let the console renderer be defined as a thread.
diff --git a/server/thread.c b/server/thread.c index c568750..ff1e652 100644 --- a/server/thread.c +++ b/server/thread.c
@@ -698,6 +698,7 @@ /* if it is waiting on the socket, we don't need to send a SIGTERM */ violent_death = 0; } + kill_console_processes( thread, 0 ); debug_exit_thread( thread ); abandon_mutexes( thread ); remove_process_thread( thread->process, thread );