mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[RAPPS] Don't leak handle on success
CID 1419256
This commit is contained in:
parent
c274b25c95
commit
b539380dac
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ BOOL CAvailableApps::UpdateAppsDB()
|
|||
hFind = FindFirstFileW(m_szSearchPath.GetString(), &FindFileData);
|
||||
if (hFind != INVALID_HANDLE_VALUE)
|
||||
{
|
||||
FindClose(hFind);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue