From ca4558d48dcb65b58cf03bfa321b95d7dcf3a783 Mon Sep 17 00:00:00 2001 From: janwas Date: Wed, 23 Jun 2004 14:49:14 +0000 Subject: [PATCH] fix hExitEvent double-free This was SVN commit r592. --- source/lib/sysdep/win/wtime.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/lib/sysdep/win/wtime.cpp b/source/lib/sysdep/win/wtime.cpp index 482534f0ef..e98d3cf8e3 100755 --- a/source/lib/sysdep/win/wtime.cpp +++ b/source/lib/sysdep/win/wtime.cpp @@ -489,7 +489,6 @@ static unsigned __stdcall calibration_thread(void* data) calibrate(); } - CloseHandle(hExitEvent); return 0; }