diff --git a/ProcessList.c b/ProcessList.c index 8c3f6403..227e90f4 100644 --- a/ProcessList.c +++ b/ProcessList.c @@ -349,7 +349,7 @@ void ProcessList_scan(ProcessList* this, bool pauseProcessUpdate) { if (p->tombTs > 0) { // remove tombed process if (this->scanTs >= p->tombTs) { - ProcessList_remove(this, p); + ProcessList_remove(this, p); } } else if (p->updated == false) { // process no longer exists