- Cleaned up the message queue when a thread exit (but not the process).
commit91bb1f974cb21f2bd181aaf32976f382fb73190f
authorStephane Lussier <stephane@macadamian.com>
Tue, 9 Feb 1999 14:07:07 +0000 (9 14:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Feb 1999 14:07:07 +0000 (9 14:07 +0000)
tree5c7ef754a7168d42af77197ddd776b7cbeed713a
parent4d713f97e0fcd9dac4436529fd4cc000332b2cce
- Cleaned up the message queue when a thread exit (but not the process).
- Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
  queue link list is corrupted.
include/user.h
scheduler/thread.c
windows/queue.c
windows/user.c