shutdown: if mainloop terminates shutdown.

Thanks ASAN.
edi-0.5
Alastair Poole 3 years ago
parent d63b95ef27
commit 844ae36cf6
  1. 1
      src/bin/main.c

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

Loading…
Cancel
Save