mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
b71cea76ed
FlatOut2 demo calls FreeLibrary on the dinput8 module more times than it has loaded it, and the module reference that the internal thread has is getting decremented before its exit. Having an internal window to destroy also makes it more likely to crash as it takes more time to exit calls the window procedure function. Waiting for the thread to complete when all the dinput instances are destroyed ensures that the thread isn't alive when the game frees the DLL, and prevents the thread from crashing. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50673 Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
||
---|---|---|
.. | ||
tests | ||
config.c | ||
data_formats.c | ||
device.c | ||
device_private.h | ||
dinput.rc | ||
dinput.spec | ||
dinput_classes.idl | ||
dinput_main.c | ||
dinput_private.h | ||
effect_linuxinput.c | ||
joystick.c | ||
joystick_linux.c | ||
joystick_linuxinput.c | ||
joystick_osx.c | ||
joystick_private.h | ||
keyboard.c | ||
Makefile.in | ||
mouse.c | ||
resource.h | ||
version.rc |