[KERNEL32_APITEST] Forgot FreeLibrary

This commit is contained in:
Katayama Hirofumi MZ 2019-04-06 13:48:05 +09:00
parent aa39ad97aa
commit e015239426

View file

@ -189,6 +189,7 @@ static OSVERSIONINFOW *GetRealOSVersion()
return &osvi;
}
}
FreeLibrary(hNTDLL);
}
return NULL;
}