[NTFS]
[reactos.git] / reactos / drivers / filesystems / ntfs / dispatch.c
index 27bbad4..91cea55 100644 (file)
@@ -117,7 +117,7 @@ NtfsDispatch(PNTFS_IRP_CONTEXT IrpContext)
     }
     else
     {
-        ExFreePoolWithTag(IrpContext, 'PRIN');
+        ExFreeToNPagedLookasideList(&NtfsGlobalData->IrpContextLookasideList, IrpContext);
     }
 
     IoSetTopLevelIrp(NULL);