shutdown: if mainloop terminates shutdown.

Thanks ASAN.
This commit is contained in:
Alastair Poole 2020-04-22 16:04:57 +01:00
parent d63b95ef27
commit 844ae36cf6
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ main(int argc, char **argv)
if (ui)
{
ecore_main_loop_begin();
ui_shutdown(ui);
free(ui);
}