[RAPPS] Don't leak handle on success

CID 1419256
This commit is contained in:
Pierre Schweitzer 2017-10-21 10:49:02 +02:00
parent c274b25c95
commit b539380dac

View file

@ -297,6 +297,7 @@ BOOL CAvailableApps::UpdateAppsDB()
hFind = FindFirstFileW(m_szSearchPath.GetString(), &FindFileData);
if (hFind != INVALID_HANDLE_VALUE)
{
FindClose(hFind);
return TRUE;
}