mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove inappropriate FreeLibrary call
This commit is contained in:
parent
3d7284d09e
commit
7dcfa839c9
1 changed files with 0 additions and 3 deletions
|
@ -38,9 +38,6 @@ static zend_always_inline MyGetSystemTimeAsFileTime get_time_func(void)
|
|||
if (hMod) {
|
||||
/* Max possible resolution <1us, win8/server2012 */
|
||||
timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimePreciseAsFileTime");
|
||||
|
||||
/* Lower the refcount */
|
||||
FreeLibrary(hMod);
|
||||
}
|
||||
|
||||
if(!timefunc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue