mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:45:40 +00:00
[NTOS]: Remove trailing whitespace ; Use a correct pool tag in the CmpFree() call in CmpFreeDelayItem().
svn path=/trunk/; revision=75063
This commit is contained in:
parent
098839afec
commit
89d7d06790
1 changed files with 42 additions and 42 deletions
|
@ -294,7 +294,7 @@ CmpFreeDelayItem(PVOID Entry)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now free the page */
|
/* Now free the page */
|
||||||
CmpFree(AllocPage, 0);
|
CmpFree(AllocPage, TAG_CM);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Release the lock */
|
/* Release the lock */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue