mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTDLL]
Fix broken if condition svn path=/trunk/; revision=53793
This commit is contained in:
@@ -206,7 +206,7 @@ LdrQueryImageFileKeyOption(IN HKEY KeyHandle,
|
||||
KeyValueInformation = RtlAllocateHeap(RtlGetProcessHeap(),
|
||||
0,
|
||||
KeyInfoSize);
|
||||
if (KeyInfo == NULL)
|
||||
if (KeyValueInformation == NULL)
|
||||
{
|
||||
/* Give up this time */
|
||||
Status = STATUS_NO_MEMORY;
|
||||
|
||||
Reference in New Issue
Block a user