mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOS:CC] Fix a bug
This commit is contained in:
parent
ea354c4bc7
commit
7fbf90d6fd
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ CcpPinData(
|
|||
{
|
||||
CCTRACE(CC_API_DEBUG, "FileObject=%p FileOffset=%p Length=%lu Flags=0x%lx -> FALSE\n",
|
||||
SharedCacheMap->FileObject, FileOffset, Length, Flags);
|
||||
CcUnpinData(NewBcb);
|
||||
CcUnpinData(&NewBcb->PFCB);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue