1438056 Uninitialized scalar variable
Signed-off-by: Marcus Meissner marcus@jet.franken.de --- dlls/msi/custom.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/msi/custom.c b/dlls/msi/custom.c index 1a8a982e48..0d683d5a80 100644 --- a/dlls/msi/custom.c +++ b/dlls/msi/custom.c @@ -581,7 +581,6 @@ UINT CDECL __wine_msi_call_dll_function(const GUID *guid)
FreeLibrary(hModule);
- MsiCloseHandle(hPackage); midl_user_free(dll); midl_user_free(proc);