Commit 64920b51 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

mpr: Initialize lpwSystem.

parent 524caf26
......@@ -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);
......
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