mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] fix invalid shutdown of renderer outside of it's thread
This commit is contained in:
parent
fce88fc72c
commit
69522495de
@ -156,6 +156,9 @@ static int renderThread(void * unused)
|
||||
|
||||
state.running = false;
|
||||
SDL_WaitThread(t_cursor, NULL);
|
||||
|
||||
state.lgr->deinitialize(state.lgrData);
|
||||
state.lgr = NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -1345,9 +1348,6 @@ int run()
|
||||
spice_disconnect();
|
||||
}
|
||||
|
||||
if (state.lgr)
|
||||
state.lgr->deinitialize(state.lgrData);
|
||||
|
||||
if (state.lgc)
|
||||
{
|
||||
state.lgc->free();
|
||||
|
Loading…
Reference in New Issue
Block a user