mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
[TASKMGR] Remove temp debug output related to another problem
svn path=/trunk/; revision=46783
This commit is contained in:
parent
13478858b7
commit
56b6100451
1 changed files with 1 additions and 3 deletions
|
@ -448,9 +448,7 @@ void UpdateProcesses()
|
||||||
pData = (LPPROCESS_PAGE_LIST_ITEM)item.lParam;
|
pData = (LPPROCESS_PAGE_LIST_ITEM)item.lParam;
|
||||||
if (!ProcessRunning(pData->ProcessId))
|
if (!ProcessRunning(pData->ProcessId))
|
||||||
{
|
{
|
||||||
MessageBox(NULL, L"Processs is dead", L"HM?", MB_OK);
|
(void)ListView_DeleteItem(hProcessPageListCtrl, i);
|
||||||
if (ListView_DeleteItem(hProcessPageListCtrl, i) == FALSE)
|
|
||||||
MessageBox(NULL, L"Deletion failed", L"HM!", MB_OK);
|
|
||||||
HeapFree(GetProcessHeap(), 0, pData);
|
HeapFree(GetProcessHeap(), 0, pData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue