[gnome-boxes/gnome-3-22] async-launcher: Ensure thread exit



commit 5f98b58335229cd3fb4ab794bcc39fce37a6e31f
Author: Sebastien Nobert <sebastien nobert gmail com>
Date:   Mon Nov 21 16:04:44 2016 +0100

    async-launcher: Ensure thread exit

 src/async-launcher.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/async-launcher.vala b/src/async-launcher.vala
index 57866d7..69122d4 100644
--- a/src/async-launcher.vala
+++ b/src/async-launcher.vala
@@ -37,6 +37,7 @@ public class Boxes.AsyncLauncher {
 
         yield;
 
+        thread.join();
         all_threads.remove (thread);
 
         if (e != null)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]