[Bug 38627] Holy Avatar vs. Maidens of the Dead hangs on exit

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 12 01:33:24 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38627

--- Comment #10 from Dmitry Timoshkov <dmitry at baikal.ru> ---
(In reply to Dmitry Timoshkov from comment #9)
> vBase90.dll:
> int var_to_test;
> thread_proc()
> {
>     for(;;) WaitForSingleObject(hevent, INFINITE);
>     var_to_test = 1;
> }

Of course the line
for(;;) WaitForSingleObject(hevent, INFINITE);
should be
WaitForSingleObject(hevent, INFINITE);

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list