diff --git a/src/lib/tinycthread/tinycthread.c b/src/lib/tinycthread/tinycthread.c index 195e413f..9e123ed9 100644 --- a/src/lib/tinycthread/tinycthread.c +++ b/src/lib/tinycthread/tinycthread.c @@ -682,7 +682,6 @@ int thrd_join(thrd_t thr, int *res) return thrd_error; } } - CloseHandle(thr); #elif defined(_TTHREAD_POSIX_) void *pres; if (pthread_join(thr, &pres) != 0)