mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +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);
|
||||
|
||||
if (g_state.ds && g_state.dsInitialized)
|
||||
{
|
||||
g_state.dsInitialized = false;
|
||||
g_state.ds->free();
|
||||
}
|
||||
|
||||
// Input callbacks have stopped; the evdev state and overlays can go
|
||||
evdev_free();
|
||||
|
||||
Reference in New Issue
Block a user