Commit ae3f25cc authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msi: Fixed same file handle closed twice (Coverity).

parent a65ddbf1
......@@ -4135,7 +4135,6 @@ static UINT ITERATE_PublishIcon(MSIRECORD *row, LPVOID param)
if (rc != ERROR_SUCCESS)
{
ERR("Failed to get stream\n");
CloseHandle(the_file);
DeleteFileW(FilePath);
break;
}
......
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