mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'tor-github/pr/756' into maint-0.4.0
This commit is contained in:
commit
a9c84bfd35
1 changed files with 3 additions and 1 deletions
|
@ -522,7 +522,9 @@ monotime_init_internal(void)
|
|||
GetTickCount64_fn = (GetTickCount64_fn_t)
|
||||
GetProcAddress(h, "GetTickCount64");
|
||||
}
|
||||
// FreeLibrary(h) ?
|
||||
// We can't call FreeLibrary(h) here, because freeing the handle may
|
||||
// unload the library, and cause future calls to GetTickCount64_fn()
|
||||
// to fail. See 29642 for details.
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue