mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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.reset(nullptr);
|
||||
server = NULL;
|
||||
startup_complete = false;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue