mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +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;
|
p->win = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
os_thread_helper_destroy(&p->oth);
|
|
||||||
|
|
||||||
if (p->sdl_initialized) {
|
if (p->sdl_initialized) {
|
||||||
//! @todo: Properly quit SDL without crashing SDL client apps
|
//! @todo: Properly quit SDL without crashing SDL client apps
|
||||||
// SDL_Quit();
|
// SDL_Quit();
|
||||||
|
|
Loading…
Reference in a new issue