mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +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",
|
DbgPrint("ExFreePool of non-allocated address %x (magic %x)\n",
|
||||||
block, blk->hdr.Magic);
|
block, blk->hdr.Magic);
|
||||||
}
|
}
|
||||||
// KEBUGCHECK(0);
|
KEBUGCHECK(0);
|
||||||
KeReleaseSpinLock(&MmNpoolLock, oldIrql);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue