mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
Undo 25911
svn path=/trunk/; revision=25913
This commit is contained in:
parent
2e29a8dbd8
commit
86294c4aeb
1 changed files with 1 additions and 2 deletions
|
@ -1564,8 +1564,7 @@ VOID STDCALL ExFreeNonPagedPool (PVOID block)
|
|||
DbgPrint("ExFreePool of non-allocated address %x (magic %x)\n",
|
||||
block, blk->hdr.Magic);
|
||||
}
|
||||
// KEBUGCHECK(0);
|
||||
KeReleaseSpinLock(&MmNpoolLock, oldIrql);
|
||||
KEBUGCHECK(0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue