mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Free the sub key table in CmiObjectDelete.
svn path=/trunk/; revision=5767
This commit is contained in:
@@ -292,6 +292,15 @@ CmiObjectDelete(PVOID DeletedObject)
|
||||
CmiSyncHives();
|
||||
}
|
||||
}
|
||||
if (KeyObject->NumberOfSubKeys)
|
||||
{
|
||||
KEBUGCHECK(0);
|
||||
}
|
||||
if (KeyObject->SizeOfSubKeys)
|
||||
{
|
||||
ExFreePool(KeyObject->SubKeys);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user