mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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;
|
||||
if (!ProcessRunning(pData->ProcessId))
|
||||
{
|
||||
MessageBox(NULL, L"Processs is dead", L"HM?", MB_OK);
|
||||
if (ListView_DeleteItem(hProcessPageListCtrl, i) == FALSE)
|
||||
MessageBox(NULL, L"Deletion failed", L"HM!", MB_OK);
|
||||
(void)ListView_DeleteItem(hProcessPageListCtrl, i);
|
||||
HeapFree(GetProcessHeap(), 0, pData);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue