mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[ACTCTX]
- Add a missing assignment - Try #1 to fix KVM svn path=/trunk/; revision=54625
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user