Avoid crash in plasma-session teardown
Whilst itterating through m_proccesses we make them finish. An existing connect removes them from the vector.
Itterating through a volatile vector is unsafe.
Whilst itterating through m_proccesses we make them finish. An existing connect removes them from the vector.
Itterating through a volatile vector is unsafe.