mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 04:36:40 +00:00
[FASTFAT]
ExFreePool -> ExFreePoolWithTag svn path=/trunk/; revision=57793
This commit is contained in:
parent
1ce876fb1f
commit
fe2efe05a0
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ vfatDestroyCCB(PVFATCCB pCcb)
|
||||||
{
|
{
|
||||||
if (pCcb->SearchPattern.Buffer)
|
if (pCcb->SearchPattern.Buffer)
|
||||||
{
|
{
|
||||||
ExFreePool(pCcb->SearchPattern.Buffer);
|
ExFreePoolWithTag(pCcb->SearchPattern.Buffer, TAG_VFAT);
|
||||||
}
|
}
|
||||||
ExFreeToNPagedLookasideList(&VfatGlobalData->CcbLookasideList, pCcb);
|
ExFreeToNPagedLookasideList(&VfatGlobalData->CcbLookasideList, pCcb);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue