mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 01:12:58 -05:00
sys: implement named stream open/close and related delete/share access issues
This commit is contained in:
@ -77,7 +77,7 @@ static NTSTATUS FspFsvolClose(
|
||||
FspFileNodeClose(FileNode, FileObject);
|
||||
|
||||
/* delete the FileDesc and deref the FileNode; order is important (FileDesc has FileNode ref) */
|
||||
FspFileDescDelete(FileDesc);
|
||||
FspFileDescDelete(FileDesc); /* this will also close the MainStreamObject if any */
|
||||
FspFileNodeDereference(FileNode);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user