Marcus Meissner : mpr: Initialize lpwSystem.
Module: wine Branch: master Commit: 64920b51768bddf0c33adba7ed324d65e5ae6f1c URL: http://source.winehq.org/git/wine.git/?a=commit;h=64920b51768bddf0c33adba7ed... Author: Marcus Meissner <marcus(a)jet.franken.de> Date: Tue Oct 2 11:28:52 2007 +0200 mpr: Initialize lpwSystem. --- dlls/mpr/wnet.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mpr/wnet.c b/dlls/mpr/wnet.c index 16ac984..2fc8792 100644 --- a/dlls/mpr/wnet.c +++ b/dlls/mpr/wnet.c @@ -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);
participants (1)
-
Alexandre Julliard