mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-31 17:57:10 +00:00
[client] update to properly disconnect from spice
This commit is contained in:
parent
f4c2996a3a
commit
95f5962186
2 changed files with 2 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-152-g10c4037694+1
|
||||
B1-153-gf4c2996a3a+1
|
|
@ -1532,10 +1532,9 @@ static void lg_shutdown()
|
|||
spice_key_up(scancode);
|
||||
}
|
||||
|
||||
spice_disconnect();
|
||||
if (t_spice)
|
||||
lgJoinThread(t_spice, NULL);
|
||||
|
||||
spice_disconnect();
|
||||
}
|
||||
|
||||
if (state.lgc)
|
||||
|
|
Loading…
Reference in a new issue