[ros-diffs] [khornicek] 47973: Fix the bug of the month in arwinss too.

khornicek at svn.reactos.org khornicek at svn.reactos.org
Thu Jul 8 19:57:09 UTC 2010


Author: khornicek
Date: Thu Jul  8 19:57:08 2010
New Revision: 47973

URL: http://svn.reactos.org/svn/reactos?rev=47973&view=rev
Log:
Fix the bug of the month in arwinss too.

Modified:
    branches/arwinss/reactos/base/system/winlogon/sas.c

Modified: branches/arwinss/reactos/base/system/winlogon/sas.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/base/system/winlogon/sas.c?rev=47973&r1=47972&r2=47973&view=diff
==============================================================================
--- branches/arwinss/reactos/base/system/winlogon/sas.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/base/system/winlogon/sas.c [iso-8859-1] Thu Jul  8 19:57:08 2010
@@ -238,7 +238,7 @@
 		}
 
 		/* Allocate enough memory */
-		lpFullEnv = HeapAlloc(GetProcessHeap, 0, (EnvBlockSize + ProfileSize + 1) * sizeof(WCHAR));
+		lpFullEnv = HeapAlloc(GetProcessHeap(), 0, (EnvBlockSize + ProfileSize + 1) * sizeof(WCHAR));
 		if (!lpFullEnv)
 		{
 			TRACE("HeapAlloc() failed\n");




More information about the Ros-diffs mailing list