[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:
Hermès Bélusca-Maïto 2017-06-16 20:44:51 +00:00
parent 098839afec
commit 89d7d06790

View file

@ -294,7 +294,7 @@ CmpFreeDelayItem(PVOID Entry)
}
/* Now free the page */
CmpFree(AllocPage, 0);
CmpFree(AllocPage, TAG_CM);
}
/* Release the lock */