- Add a missing assignment
- Try #1 to fix KVM

svn path=/trunk/; revision=54625
This commit is contained in:
Cameron Gutman 2011-12-09 16:04:14 +00:00
parent ffcd78f426
commit c18313aa3c

View file

@ -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;