Commit c7a8b70b authored by Giulio Camuffo's avatar Giulio Camuffo
Browse files

Call ::exit() from the gui thread only


::exit() is not thread safe, so make sure to not call it more than one
time, once from the gui thread and once from the wayland event thread.

Change-Id: I80905c6d996cb827a5101ae6d6c9bc12a267ba71
Reviewed-by: default avatarRobin Burchell <robin.burchell@viroteck.net>
parent d480db14
Showing with 24 additions and 9 deletions
Supports Markdown
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