Fixed to be removed from g_main_loop when error occurs in wl_display. 37/231437/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Wed, 22 Apr 2020 03:31:52 +0000 (12:31 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Wed, 22 Apr 2020 03:32:05 +0000 (12:32 +0900)
commit0437c96dd04b938676271c5acce56682fc56c557
tree0dc0d4f7b361e35a3774e2512003c709c15c5355
parent09aa0b74e9c487e65a26676d04dcee96edb93998
Fixed to be removed from g_main_loop when error occurs in wl_display.

 - This is a minimal measure to ensure that abort does not occur
  in twe_thread. but is not perfect.
 - disp_source will be removed from main_loop,
  but other problems may arise because it affects
  the remaining surf_source.

Change-Id: I04f2be6888cab077c3997bbd1bd38d92eda6b842
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/tpl_wayland_egl_thread.c