mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-03 15:26:03 +00:00
fix hExitEvent double-free
This was SVN commit r592.
This commit is contained in:
@@ -489,7 +489,6 @@ static unsigned __stdcall calibration_thread(void* data)
|
||||
calibrate();
|
||||
}
|
||||
|
||||
CloseHandle(hExitEvent);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user