Commit a26ef71e authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Minor tweak.

parent a8f45d57
...@@ -612,8 +612,7 @@ void ProcessList_processEntries(ProcessList* this, char* dirname, int parent, fl ...@@ -612,8 +612,7 @@ void ProcessList_processEntries(ProcessList* this, char* dirname, int parent, fl
} }
if (!existingProcess) { if (!existingProcess) {
process = Process_clone(process); ProcessList_add(this, Process_clone(process));
ProcessList_add(this, process);
} }
continue; continue;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment