mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-03 07:29:37 +01:00
ab55ec4850
- hidapi already called CancelIo on hid_close but that only cancels pending IO for the current thread. Controller read/writes originate from multiple threads (serialized, but on a different thread nonetheless) but device destruction was always done on the main device thread which left any pending overlapped reads still running after hidapi's internal read buffer is deallocated leading to intermittent free list corruption. |
||
---|---|---|
.. | ||
ddk_build | ||
hid.c | ||
hidapi.sln | ||
hidapi.vcproj | ||
hidtest.vcproj | ||
Makefile-manual | ||
Makefile.am | ||
Makefile.mingw |