mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] main: fix possible dereference of null g_state.ds
This commit is contained in:
@@ -1816,7 +1816,7 @@ static void lg_shutdown(void)
|
||||
app_releaseAllKeybinds();
|
||||
ll_free(g_state.bindings);
|
||||
|
||||
if (g_state.dsInitialized)
|
||||
if (g_state.ds && g_state.dsInitialized)
|
||||
g_state.ds->free();
|
||||
|
||||
ivshmemClose(&g_state.shm);
|
||||
|
Reference in New Issue
Block a user