mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Do not call CcUnpinData() with NULL PtrBCB.
svn path=/trunk/; revision=42569
This commit is contained in:
@@ -1410,8 +1410,12 @@ ULONG NTAPI Ext2LocateFileInDisk (
|
||||
}
|
||||
}
|
||||
|
||||
CcUnpinData( PtrBCB );
|
||||
PtrBCB = NULL;
|
||||
// FIXME
|
||||
if( PtrBCB )
|
||||
{
|
||||
CcUnpinData( PtrBCB );
|
||||
PtrBCB = NULL;
|
||||
}
|
||||
|
||||
return InodeNo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user