mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[client] app: clear display server state before teardown
This commit is contained in:
@@ -3569,7 +3569,10 @@ static void lg_shutdown(void)
|
|||||||
ll_free(g_state.bindings);
|
ll_free(g_state.bindings);
|
||||||
|
|
||||||
if (g_state.ds && g_state.dsInitialized)
|
if (g_state.ds && g_state.dsInitialized)
|
||||||
|
{
|
||||||
|
g_state.dsInitialized = false;
|
||||||
g_state.ds->free();
|
g_state.ds->free();
|
||||||
|
}
|
||||||
|
|
||||||
// Input callbacks have stopped; the evdev state and overlays can go
|
// Input callbacks have stopped; the evdev state and overlays can go
|
||||||
evdev_free();
|
evdev_free();
|
||||||
|
|||||||
Reference in New Issue
Block a user