]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sk/win32-close-handle-upon-pthread-join'
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2023 21:39:51 +0000 (13:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2023 21:39:51 +0000 (13:39 -0800)
Pthread emulation on Win32 leaked thread handle when a thread is
joined.

* sk/win32-close-handle-upon-pthread-join:
  win32: close handles of threads that have been joined
  win32: prepare pthread.c for change by formatting


Trivial merge