mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +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 */
|
/* mft.c */
|
||||||
|
VOID
|
||||||
|
ReleaseAttributeContext(PNTFS_ATTR_CONTEXT Context);
|
||||||
|
|
||||||
ULONG
|
ULONG
|
||||||
ReadAttribute(PDEVICE_EXTENSION Vcb,
|
ReadAttribute(PDEVICE_EXTENSION Vcb,
|
||||||
PNTFS_ATTR_CONTEXT Context,
|
PNTFS_ATTR_CONTEXT Context,
|
||||||
|
|
Loading…
Reference in a new issue