Remove faulty debug statement

svn path=/trunk/; revision=11167
This commit is contained in:
Gé van Geldorp 2004-10-03 18:22:33 +00:00
parent 737ea5b737
commit 91083c72fd

View file

@ -667,7 +667,6 @@ MmReleaseMemoryAreaIfDecommitted(PEPROCESS Process,
if (Reserved)
{
DPRINT("Release TebBlock at %p\n", TebBlock);
MmFreeVirtualMemory(Process, MemoryArea);
}
}