mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 13:33:29 -07:00
Thread handle leak in hdhomerun_os_windows
This commit is contained in:
parent
b0e5d5f5c8
commit
bac05a3a75
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ void thread_task_join(thread_task_t tid)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (ExitCode != STILL_ACTIVE) {
|
if (ExitCode != STILL_ACTIVE) {
|
||||||
|
CloseHandle(tid);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue