[ros-diffs] [ion] 15407: Don't free io completion packet twice

ion at svn.reactos.com ion at svn.reactos.com
Thu May 19 05:24:45 CEST 2005


Don't free io completion packet twice
Modified: trunk/reactos/ntoskrnl/io/iocomp.c
  _____  

Modified: trunk/reactos/ntoskrnl/io/iocomp.c
--- trunk/reactos/ntoskrnl/io/iocomp.c	2005-05-19 02:53:52 UTC (rev
15406)
+++ trunk/reactos/ntoskrnl/io/iocomp.c	2005-05-19 03:24:43 UTC (rev
15407)
@@ -514,9 +514,6 @@

 
                 Status = _SEH_GetExceptionCode();
             } _SEH_END;
-
-            /* Free packet */
-            ExFreeToNPagedLookasideList(&IoCompletionPacketLookaside,
Packet);
         }
 
         /* Dereference the Object */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050519/72844f29/attachment.html


More information about the Ros-diffs mailing list