e_comp_wl: check ec->comp_data in focus in timer 63/220763/2
authorjeon <jhyuni.kang@samsung.com>
Mon, 23 Dec 2019 05:38:22 +0000 (14:38 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 23 Dec 2019 07:56:19 +0000 (07:56 +0000)
commit8c8fd92a7baa9ef5d78026225ea51b412048ef06
treeec95244c46ea8b6b7b31e61a129ec17c45f7b0b7
parent8e6ef932d2ebe1f46a604db3a1125c57c6291a10
e_comp_wl: check ec->comp_data in focus in timer

  - sometimes ec is not deleted but ec->comp_data is NULL,
  - so add check conditions.
  - and E_EVENT_HOOK_DEL is called before free ec->comp_data,
  - so cancel and free focus in timer in this hook.

Change-Id: Ia19bad56dd4f91e7c6eeb8f0eb02f03599366e8f
src/bin/e_comp_wl.c