We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b050c commit ff1a3ceCopy full SHA for ff1a3ce
win32/time.c
@@ -38,10 +38,10 @@ static zend_always_inline MyGetSystemTimeAsFileTime get_time_func(void)
38
if (hMod) {
39
/* Max possible resolution <1us, win8/server2012 */
40
timefunc = (MyGetSystemTimeAsFileTime)GetProcAddress(hMod, "GetSystemTimePreciseAsFileTime");
41
- }
42
43
- /* Lower the refcount */
44
- FreeLibrary(hMod);
+ /* Lower the refcount */
+ FreeLibrary(hMod);
+ }
45
46
if(!timefunc) {
47
/* 100ns blocks since 01-Jan-1641 */
0 commit comments