Skip to content

Avoid crash in plasma-session teardown

David Edmundson requested to merge work/shutdown_crash into master

Whilst itterating through m_proccesses we make them finish. An existing connect removes them from the vector.

Itterating through a volatile vector is unsafe.

BUG: 454159

Merge request reports