wl_egl: make sure the destruction of gsource is complete 78/319878/2
authorJoonbum Ko <joonbum.ko@samsung.com>
Fri, 1 Nov 2024 05:49:27 +0000 (14:49 +0900)
committerTaeHyeon Jeong <thyeon.jeong@samsung.com>
Tue, 5 Nov 2024 08:05:09 +0000 (17:05 +0900)
commit144d8cf6c1de851d033bbb267657b9478a0169d5
tree16e43c7bbef0bac8de4c2a4c9a885538b73efc65
parent3b965dde8e830c15009633b97b5ae81b10f1e422
wl_egl: make sure the destruction of gsource is complete

 - In case of wayland protocol error, gsource is deleted but
  there is a problem where display_fini stops at cond_wait
  because disp_source is not initialized to null in finalize.

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