From e0152394262c8b61fa2715691bd567eaf486f1b0 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Sat, 6 Apr 2019 13:48:05 +0900 Subject: [PATCH] [KERNEL32_APITEST] Forgot FreeLibrary --- modules/rostests/apitests/kernel32/MultiByteToWideChar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rostests/apitests/kernel32/MultiByteToWideChar.c b/modules/rostests/apitests/kernel32/MultiByteToWideChar.c index 0cb6e2215b0..82e4dc6bc16 100644 --- a/modules/rostests/apitests/kernel32/MultiByteToWideChar.c +++ b/modules/rostests/apitests/kernel32/MultiByteToWideChar.c @@ -189,6 +189,7 @@ static OSVERSIONINFOW *GetRealOSVersion() return &osvi; } } + FreeLibrary(hNTDLL); } return NULL; }