mpr: Initialize lpwSystem.
This commit is contained in:
parent
524caf26c6
commit
64920b5176
|
@ -1319,7 +1319,7 @@ DWORD WINAPI WNetGetResourceInformationA( LPNETRESOURCEA lpNetResource,
|
|||
}
|
||||
if (ret == WN_SUCCESS)
|
||||
{
|
||||
LPWSTR lpSystemW;
|
||||
LPWSTR lpSystemW = NULL;
|
||||
LPVOID lpBufferW;
|
||||
size = 1024;
|
||||
lpBufferW = HeapAlloc(GetProcessHeap(), 0, size);
|
||||
|
|
Loading…
Reference in New Issue