mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[client] app: fix segfault when jitRender + spice display is in use
This commit is contained in:
@@ -535,7 +535,7 @@ void app_invalidateWindow(bool full)
|
||||
if (full)
|
||||
atomic_store(&g_state.invalidateWindow, true);
|
||||
|
||||
if (g_state.jitRender && g_state.ds->stopWaitFrame)
|
||||
if (g_state.dsInitialized && g_state.jitRender && g_state.ds->stopWaitFrame)
|
||||
g_state.ds->stopWaitFrame();
|
||||
|
||||
lgSignalEvent(g_state.frameEvent);
|
||||
|
Reference in New Issue
Block a user