Remove inappropriate FreeLibrary call

This commit is contained in:
Anatol Belski 2018-06-11 13:49:42 +02:00
parent 3d7284d09e
commit 7dcfa839c9

View file

@ -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) {