Fix queue item not being cleaned. Thank you Jim
Modified: branches/alex_devel_branch/reactos/ntoskrnl/ke/mutex.c
Modified: branches/alex_devel_branch/reactos/ntoskrnl/ke/queue.c
_____
Modified: branches/alex_devel_branch/reactos/ntoskrnl/ke/mutex.c
--- branches/alex_devel_branch/reactos/ntoskrnl/ke/mutex.c
2005-03-04 02:09:43 UTC (rev 13811)
+++ branches/alex_devel_branch/reactos/ntoskrnl/ke/mutex.c
2005-03-04 04:10:03 UTC (rev 13812)
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/ke/mutex.c
_____
Modified: branches/alex_devel_branch/reactos/ntoskrnl/ke/queue.c
--- branches/alex_devel_branch/reactos/ntoskrnl/ke/queue.c
2005-03-04 02:09:43 UTC (rev 13811)
+++ branches/alex_devel_branch/reactos/ntoskrnl/ke/queue.c
2005-03-04 04:10:03 UTC (rev 13812)
@@ -207,6 +207,7 @@
/* Remove the Entry */
RemoveEntryList(ListEntry);
+ Entry->Flink = NULL;
/* Nothing to wait on */
break;
Show replies by date