Skip to content
Commit d57e2b04 authored by Jiří Paleček's avatar Jiří Paleček Committed by David Edmundson
Browse files

Fix extraneous processes in process list

 Some processes hang there because updateOrAddProcess can be called
 outside of processesUpdated, particularly from the network plugin. In
 that case, they might not get removed from the model if they
 terminate before the next update. This patch simplifies the logic of
 processesUpdated, which makes it more robust against this scenario.
parent 4245546a
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