mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 05:53:40 +00:00
[client] update to properly disconnect from spice
This commit is contained in:
parent
f4c2996a3a
commit
95f5962186
@ -1532,10 +1532,9 @@ static void lg_shutdown()
|
|||||||
spice_key_up(scancode);
|
spice_key_up(scancode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
spice_disconnect();
|
||||||
if (t_spice)
|
if (t_spice)
|
||||||
lgJoinThread(t_spice, NULL);
|
lgJoinThread(t_spice, NULL);
|
||||||
|
|
||||||
spice_disconnect();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state.lgc)
|
if (state.lgc)
|
||||||
|
Loading…
Reference in New Issue
Block a user