mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FASTFAT]
ExFreePool -> ExFreePoolWithTag svn path=/trunk/; revision=57793
This commit is contained in:
@@ -147,7 +147,7 @@ vfatDestroyCCB(PVFATCCB pCcb)
|
||||
{
|
||||
if (pCcb->SearchPattern.Buffer)
|
||||
{
|
||||
ExFreePool(pCcb->SearchPattern.Buffer);
|
||||
ExFreePoolWithTag(pCcb->SearchPattern.Buffer, TAG_VFAT);
|
||||
}
|
||||
ExFreeToNPagedLookasideList(&VfatGlobalData->CcbLookasideList, pCcb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user