[USER32]: Now for the real fix: Initialize lpLibFileName and pCtx in User32CreateWind...
[reactos.git] / reactos / win32ss / user / user32 / windows / window.c
index 555001a..4c79dcc 100644 (file)
@@ -176,8 +176,8 @@ User32CreateWindowEx(DWORD dwExStyle,
     BOOL Unicode, ClassFound = FALSE;
     HWND Handle = NULL;
     LPCWSTR lpszClsVersion;
-    HANDLE pCtx;
-    LPCWSTR lpLibFileName;
+    LPCWSTR lpLibFileName = NULL;
+    HANDLE pCtx = NULL;
 
 #if 0
     DbgPrint("[window] User32CreateWindowEx style %d, exstyle %d, parent %d\n", dwStyle, dwExStyle, hWndParent);