1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

advpack: Check the return value of adv_install in DoInfInstallW (scan-build).

This commit is contained in:
Alex Henrie 2023-06-16 21:56:14 -06:00 committed by Alexandre Julliard
parent 2455229549
commit 29d543d12a

View File

@ -533,7 +533,7 @@ static HRESULT DoInfInstallW(const SETUPCOMMAND_PARAMSW *setup)
done:
install_release(&info);
return S_OK;
return hr;
}
/***********************************************************************