Marcus Meissner : mpr: Initialize lpwSystem.

Alexandre Julliard julliard at winehq.org
Tue Oct 2 06:52:43 CDT 2007


Module: wine
Branch: master
Commit: 64920b51768bddf0c33adba7ed324d65e5ae6f1c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=64920b51768bddf0c33adba7ed324d65e5ae6f1c

Author: Marcus Meissner <marcus at 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);




More information about the wine-cvs mailing list