mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Remove faulty debug statement
svn path=/trunk/; revision=11167
This commit is contained in:
parent
737ea5b737
commit
91083c72fd
1 changed files with 0 additions and 1 deletions
|
@ -667,7 +667,6 @@ MmReleaseMemoryAreaIfDecommitted(PEPROCESS Process,
|
||||||
|
|
||||||
if (Reserved)
|
if (Reserved)
|
||||||
{
|
{
|
||||||
DPRINT("Release TebBlock at %p\n", TebBlock);
|
|
||||||
MmFreeVirtualMemory(Process, MemoryArea);
|
MmFreeVirtualMemory(Process, MemoryArea);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue