mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
t/android: Fix unable to connet to runtime if process is still alive
This commit is contained in:
parent
494e17e173
commit
9b2384f1fb
|
@ -88,6 +88,7 @@ public:
|
||||||
server_thread->join();
|
server_thread->join();
|
||||||
server_thread.reset(nullptr);
|
server_thread.reset(nullptr);
|
||||||
server = NULL;
|
server = NULL;
|
||||||
|
startup_complete = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue