mpr: Initialize lpwSystem.

oldstable
Marcus Meissner 2007-10-02 11:28:52 +02:00 committed by Alexandre Julliard
parent 524caf26c6
commit 64920b5176
1 changed files with 1 additions and 1 deletions

View File

@ -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);