Silence a warning

svn path=/trunk/; revision=25597
This commit is contained in:
Thomas Bluemel 2007-01-22 17:52:47 +00:00
parent f603122931
commit 4b97b271b9

View file

@ -490,7 +490,7 @@ ExpAllocateHandleTableEntrySlow(IN PHANDLE_TABLE HandleTable,
IN BOOLEAN DoInit)
{
ULONG i, j, Index;
PHANDLE_TABLE_ENTRY Low, *Mid, **High, *SecondLevel, **ThirdLevel;
PHANDLE_TABLE_ENTRY Low = NULL, *Mid, **High, *SecondLevel, **ThirdLevel;
ULONG NewFree, FirstFree;
PVOID Value;
ULONG_PTR TableBase = HandleTable->TableCode & ~3;