Commit 720f1bb7 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

appwiz.cpl: Fix a leak (coverity).

parent ec4de1f9
......@@ -314,6 +314,7 @@ static BOOL ReadApplicationsFromRegistry(HKEY root)
err:
RegCloseKey(hkeyApp);
if (info) FreeAppInfo(info);
HeapFree(GetProcessHeap(), 0, command);
return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment