diff --git a/ProcessList.c b/ProcessList.c index 9552aaca..d2d67c3e 100644 --- a/ProcessList.c +++ b/ProcessList.c @@ -611,7 +611,6 @@ void ProcessList_processEntries(ProcessList* this, char* dirname, int parent, fl errorReadingProcess: { if (existingProcess) ProcessList_remove(this, process); - } } } }