mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[KERNEL32_APITEST] Forgot FreeLibrary
This commit is contained in:
parent
aa39ad97aa
commit
e015239426
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ static OSVERSIONINFOW *GetRealOSVersion()
|
|||
return &osvi;
|
||||
}
|
||||
}
|
||||
FreeLibrary(hNTDLL);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue