mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
- Add missing Cm (de)reference trace
svn path=/trunk/; revision=36871
This commit is contained in:
parent
9ac0fa4e4d
commit
c29b2234e3
1 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,8 @@ CmpDelayDerefKeyControlBlock(IN PCM_KEY_CONTROL_BLOCK Kcb)
|
|||
LARGE_INTEGER Timeout;
|
||||
PCM_DELAY_DEREF_KCB_ITEM Entry;
|
||||
PAGED_CODE();
|
||||
CMTRACE(CM_REFERENCE_DEBUG,
|
||||
"%s - Dereferencing KCB: %p\n", __FUNCTION__, Kcb);
|
||||
|
||||
/* Get the previous reference count */
|
||||
OldRefCount = *(PLONG)&Kcb->RefCount;
|
||||
|
|
Loading…
Reference in a new issue