Alexandre Julliard <julli...@winehq.org> wrote: > >> > 'current' is already dereferenced twice before this point. > >> > --- > >> > server/request.c | 23 ++++++++++------------- > >> > 1 file changed, 10 insertions(+), 13 deletions(-) > >> > >> You can't do that. > > > > Is there a reason why? Can 'current' be set to NULL by a request handler? > > Yes.
I see that kill_thread() does that if a being killed thread is current. Thanks. -- Dmitry.