Silicondust / libhdhomerun

Silicondust library and cli utility for controlling HDHomeRun tuners
GNU Lesser General Public License v2.1
102 stars 43 forks source link

Thread handle leak in hdhomerun_os_windows #21

Closed djp952 closed 4 years ago

djp952 commented 5 years ago

The thread handle being created in thread_task_create is never closed after the thread has been successfully joined with thread_task_join.

djp952 commented 4 years ago

Concern was addressed in release 20200303 - thank you! Marking this as closed.