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)
RPC_WSTR binding_str;
MSIHANDLE hPackage;
RPC_STATUS status;
LPWSTR dll = NULL;
LPSTR proc = NULL;
HANDLE hModule;
HANDLE thread;
LPWSTR dll;
LPSTR proc;
INT type;
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