diff options
author | kelly.leahy <kelly.leahy> | 2011-05-08 12:32:35 -0700 |
---|---|---|
committer | kelly.leahy <kelly.leahy> | 2011-05-08 12:32:35 -0700 |
commit | 16a5c3046595284c1f2f8b9eb8621d76239e4b61 (patch) | |
tree | 3749a2f1c5c6ea6b2a7f017cad36dec07ab4901b /include/git2/commit.h | |
parent | cfba137707ba334b8f7917ca6261f842fa11a60e (diff) | |
download | libgit2-16a5c3046595284c1f2f8b9eb8621d76239e4b61.tar.gz |
Fix bug in the way pthead_mutex_t was being destroyed in win32.
Win32 critical section objects (CRITICAL_SECTION) are not kernel objects.
Only kernel objects are destroyed by using CloseHandle. Critical sections
are supposed to be deleted with the DeleteCriticalSection API
(http://msdn.microsoft.com/en-us/library/ms682552(VS.85).aspx).
Diffstat (limited to 'include/git2/commit.h')
0 files changed, 0 insertions, 0 deletions