[NTFS]
authorPierre Schweitzer <pierre@reactos.org>
Tue, 28 Oct 2014 10:26:47 +0000 (10:26 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 28 Oct 2014 10:26:47 +0000 (10:26 +0000)
ReleaseAttributeContext() is to be used out of mft.c
I believe that at some point, we're leaking memory...

svn path=/trunk/; revision=65068

reactos/drivers/filesystems/ntfs/ntfs.h

index d53bdc5..504473b 100644 (file)
@@ -600,6 +600,9 @@ NtfsFsdFileSystemControl(PDEVICE_OBJECT DeviceObject,
 
 
 /* mft.c */
 
 
 /* mft.c */
+VOID
+ReleaseAttributeContext(PNTFS_ATTR_CONTEXT Context);
+
 ULONG
 ReadAttribute(PDEVICE_EXTENSION Vcb,
               PNTFS_ATTR_CONTEXT Context,
 ULONG
 ReadAttribute(PDEVICE_EXTENSION Vcb,
               PNTFS_ATTR_CONTEXT Context,