mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
[NTFS]
ReleaseAttributeContext() is to be used out of mft.c I believe that at some point, we're leaking memory... svn path=/trunk/; revision=65068
This commit is contained in:
parent
1bc1ae75f3
commit
d6fa9e7094
1 changed files with 3 additions and 0 deletions
|
@ -600,6 +600,9 @@ NtfsFsdFileSystemControl(PDEVICE_OBJECT DeviceObject,
|
|||
|
||||
|
||||
/* mft.c */
|
||||
VOID
|
||||
ReleaseAttributeContext(PNTFS_ATTR_CONTEXT Context);
|
||||
|
||||
ULONG
|
||||
ReadAttribute(PDEVICE_EXTENSION Vcb,
|
||||
PNTFS_ATTR_CONTEXT Context,
|
||||
|
|
Loading…
Reference in a new issue