u/debug_gui: Fix assert if window has been closed before exiting service

This commit is contained in:
Jakob Bornecrantz 2023-03-14 01:17:01 +00:00 committed by Mateo de Mayo
parent 749d034a14
commit 0be1a3c512

View file

@ -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();