mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
win: Address late feedback after 90054edf6202
Bug: crashpad:197 Change-Id: I2b6758d46f3ee9562ce027d321cb6b506dc78269 Reviewed-on: https://chromium-review.googlesource.com/701214 Reviewed-by: Leonard Mosescu <mosescu@chromium.org>
This commit is contained in:
parent
2e9282c9f9
commit
370e441962
@ -108,7 +108,7 @@ int wmain(int argc, wchar_t* argv[]) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
// Recycle the event handle, which was automatically reset.
|
||||
// Use the same event object, which was automatically reset.
|
||||
threads[2] = CreateThread(nullptr, 0, Thread3, event, 0, nullptr);
|
||||
|
||||
// Wait for loader_lock_dll.dll to signal that the loader lock is held and
|
||||
|
Loading…
x
Reference in New Issue
Block a user