Skip to content
Commit 1344cf98 authored by Loïc Yhuel's avatar Loïc Yhuel Committed by Arjen Hiemstra
Browse files

Fix ksgrd_network_helper crash on exit afer a failure

On an early return in main, the ConnectionMapping thread was destroyed without being
properly joined, leading to an abort.
So ConnectionMapping::stop has been changed into a destructor.

m_running is also now set from the main thread, to ensure any early destruction while the
thread is starting stops it properly.

BUG: 444921


(cherry picked from commit 457bac23)
parent 203b72c2
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