e_comp_wl_input: add wl_list_init() for safety of constraint's listener 92/295292/1
authorduna.oh <duna.oh@samsung.com>
Mon, 3 Jul 2023 11:00:49 +0000 (20:00 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 4 Jul 2023 23:16:03 +0000 (08:16 +0900)
commit494769d7d0247f7526a492593e352911e9e21ffb
treef8ab297917de6b17fd0b8d909065932af5ea26b2
parenta98e77dbfb0d751bda354efcde52c05048b3e95a
e_comp_wl_input: add wl_list_init() for safety of constraint's listener

There are a chance of E crash when wl_listener is removed
without initializing by calling wl_signal_add() and wl_list_init()

pointer_constraint_create()
-> (not calling pointer_constraint_enable())
-> pointer_constraint_destroy()

Change-Id: I63d77ca25698cc6c5df0a22e53200e3565873ee4
src/bin/e_comp_wl_input.c