projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
291fb76
)
[WINLOGON]
author
Eric Kohl
<eric.kohl@reactos.org>
Wed, 12 May 2010 19:10:04 +0000
(19:10 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Wed, 12 May 2010 19:10:04 +0000
(19:10 +0000)
Fixed bug of the month. I'm surprised that winlogon worked at all.
svn path=/trunk/; revision=47177
reactos/base/system/winlogon/environment.c
patch
|
blob
|
history
diff --git
a/reactos/base/system/winlogon/environment.c
b/reactos/base/system/winlogon/environment.c
index
f0beeba
..
4d349fe
100644
(file)
--- a/
reactos/base/system/winlogon/environment.c
+++ b/
reactos/base/system/winlogon/environment.c
@@
-66,7
+66,7
@@
CreateUserEnvironment(IN PWLSESSION Session,
}
/* Allocate enough memory */
- lpFullEnviron = HeapAlloc(GetProcessHeap, 0, (EnvBlockSize + ProfileSize + 1) * sizeof(WCHAR));
+ lpFullEnviron = HeapAlloc(GetProcessHeap
()
, 0, (EnvBlockSize + ProfileSize + 1) * sizeof(WCHAR));
if (!lpFullEnviron)
{
TRACE("HeapAlloc() failed\n");