mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Find other entries besides the first too...
svn path=/trunk/; revision=12750
This commit is contained in:
@@ -440,7 +440,7 @@ IntDestroyCurIconObject(PWINSTATION_OBJECT WinStaObject, PCURICON_OBJECT Object,
|
||||
Search = Object->ProcessList.Flink;
|
||||
while (Search != &Object->ProcessList)
|
||||
{
|
||||
Current = CONTAINING_RECORD(Object->ProcessList.Flink, CURICON_PROCESS, ListEntry);
|
||||
Current = CONTAINING_RECORD(Search, CURICON_PROCESS, ListEntry);
|
||||
if (Current->Process == W32Process)
|
||||
{
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user