mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
u/debug_gui: Fix assert if window has been closed before exiting service
This commit is contained in:
parent
749d034a14
commit
0be1a3c512
|
@ -273,8 +273,6 @@ sdl2_close(struct u_debug_gui *p)
|
|||
p->win = NULL;
|
||||
}
|
||||
|
||||
os_thread_helper_destroy(&p->oth);
|
||||
|
||||
if (p->sdl_initialized) {
|
||||
//! @todo: Properly quit SDL without crashing SDL client apps
|
||||
// SDL_Quit();
|
||||
|
|
Loading…
Reference in a new issue