appwiz.cpl: Fix a leak (coverity).
This commit is contained in:
parent
ec4de1f9fe
commit
720f1bb7eb
|
@ -314,6 +314,7 @@ static BOOL ReadApplicationsFromRegistry(HKEY root)
|
|||
err:
|
||||
RegCloseKey(hkeyApp);
|
||||
if (info) FreeAppInfo(info);
|
||||
HeapFree(GetProcessHeap(), 0, command);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue