mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Patch by Filip Navara: Remove the call to HvFree, as the hive was not initialized
svn path=/trunk/; revision=23522
This commit is contained in:
parent
4d64dd44c6
commit
6889ad333c
1 changed files with 0 additions and 1 deletions
|
@ -697,7 +697,6 @@ CmiLoadHive(IN POBJECT_ATTRIBUTES KeyObjectAttributes,
|
||||||
if (!NT_SUCCESS (Status))
|
if (!NT_SUCCESS (Status))
|
||||||
{
|
{
|
||||||
DPRINT1 ("CmiInitNonVolatileRegistryHive() failed (Status %lx)\n", Status);
|
DPRINT1 ("CmiInitNonVolatileRegistryHive() failed (Status %lx)\n", Status);
|
||||||
HvFree (Hive->Hive);
|
|
||||||
ExFreePool (Hive);
|
ExFreePool (Hive);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue