[ros-diffs] [ion] 13813: Fix queue item not being cleaned. Thank
you Jim
ion at svn.reactos.com
ion at svn.reactos.com
Fri Mar 4 05:15:46 CET 2005
Fix queue item not being cleaned. Thank you Jim
Modified: branches/alex_devel_branch/reactos/ntoskrnl/ke/queue.c
_____
Modified: branches/alex_devel_branch/reactos/ntoskrnl/ke/queue.c
--- branches/alex_devel_branch/reactos/ntoskrnl/ke/queue.c
2005-03-04 04:10:03 UTC (rev 13812)
+++ branches/alex_devel_branch/reactos/ntoskrnl/ke/queue.c
2005-03-04 04:15:46 UTC (rev 13813)
@@ -207,7 +207,7 @@
/* Remove the Entry */
RemoveEntryList(ListEntry);
- Entry->Flink = NULL;
+ ListEntry->Flink = NULL;
/* Nothing to wait on */
break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050304/384838a6/attachment.html
More information about the Ros-diffs
mailing list