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: done:
install_release(&info); install_release(&info);
return S_OK; return hr;
} }
/*********************************************************************** /***********************************************************************