From 95f596218696af5615587d9d4f184d670b40a4e4 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 1 Feb 2020 14:24:23 +1100 Subject: [PATCH] [client] update to properly disconnect from spice --- VERSION | 2 +- client/src/main.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 220572da..872eadf6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-152-g10c4037694+1 \ No newline at end of file +B1-153-gf4c2996a3a+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index 1dafc819..94b09bae 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -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)