mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[ACTCTX]
- Add a missing assignment - Try #1 to fix KVM svn path=/trunk/; revision=54625
This commit is contained in:
parent
ffcd78f426
commit
c18313aa3c
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ NTSTATUS find_actctx_dll( LPCWSTR libname, WCHAR *fullname )
|
|||
needed = (wcslen(SharedUserData->NtSystemRoot) * sizeof(WCHAR) +
|
||||
sizeof(winsxsW) + info->ulAssemblyDirectoryNameLength + nameW.Length + 2*sizeof(WCHAR));
|
||||
|
||||
p = fullname;
|
||||
//if (!(*fullname = p = RtlAllocateHeap( GetProcessHeap(), 0, needed )))
|
||||
//{
|
||||
//status = STATUS_NO_MEMORY;
|
||||
|
|
Loading…
Reference in a new issue