Commit 71c0738c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

msi: Initialize [out] strings to NULL.

parent f95b85a8
...@@ -496,10 +496,10 @@ UINT __wine_msi_call_dll_function(const GUID *guid) ...@@ -496,10 +496,10 @@ UINT __wine_msi_call_dll_function(const GUID *guid)
RPC_WSTR binding_str; RPC_WSTR binding_str;
MSIHANDLE hPackage; MSIHANDLE hPackage;
RPC_STATUS status; RPC_STATUS status;
LPWSTR dll = NULL;
LPSTR proc = NULL;
HANDLE hModule; HANDLE hModule;
HANDLE thread; HANDLE thread;
LPWSTR dll;
LPSTR proc;
INT type; INT type;
UINT r; UINT r;
......
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