ecore: Reset do_quit when ecore shuts down
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 08:18:02 +0000 (17:18 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 08:58:07 +0000 (17:58 +0900)
commit25520583a7adde8eee10a6520a53164ae497a8b5
tree5b54649e3804fa9ef44880cd8990b4160168af66
parente401b223f8813587ddb7d370f199c88ba2cf23e7
ecore: Reset do_quit when ecore shuts down

After ecore_shutdown the main loop is dead, so the flag do_quit can be
safely reset to 0. This will fix issues with cycles of
elm_init/shutdown. This fixes:
  CK_FORK=no tests/elementary/elm_suite elm_win

This patch relies on a few of the previous patches which ensure that
ecore is well shut down.

@fix
src/lib/ecore/ecore_main.c