mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[WINESYNC] msi: Do not free hPackage twice or uninitialized (Coverity).
Signed-off-by: Marcus Meissner <[email protected]> Signed-off-by: Hans Leidekker <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id 9f1cdb4970c569460c96a143b126d1c298116d7d by Marcus Meissner <[email protected]>
This commit is contained in:
@@ -596,7 +596,6 @@ UINT CDECL __wine_msi_call_dll_function(const GUID *guid)
|
||||
|
||||
FreeLibrary(hModule);
|
||||
|
||||
MsiCloseHandle(hPackage);
|
||||
midl_user_free(dll);
|
||||
midl_user_free(proc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user