meganz/mingw-std-threads

Leaked thread handle

Closed this issue · 1 comments

mdcdr commented

Shouldn't there be CloseHandle(mHandle) in detach() function ?
Now thread handle is never closed.

Fixed, thanks a lot for reporting!