Fix toolkit_table destroy bug 32/125832/5
authorHyunho Kang <hhstark.kang@samsung.com>
Wed, 19 Apr 2017 05:05:53 +0000 (14:05 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Fri, 21 Apr 2017 01:00:19 +0000 (10:00 +0900)
commite5b91194895ffb1bb3b1b32a77c14dbb42963c64
treedf082b1d8caa8d9bfb0efa0f35ea4ba9bdf979bc
parentebb735b76f184727c822bd58e17ea1107cb59d8f
Fix toolkit_table destroy bug

screen_connector_toolkit_evas_fini is called remote surface is destroyed
but screen_connector_toolkit_evas_h will not freed, so callback which have
a screen_connector_toolkit_evas_h as a user data like __rs_cb_mouse_move
callback could cause crash when they try to send event through already
destroyed remote surface

Change-Id: Ifda77fa1cb0244186179c7ffe2dc77b536593586
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
screen_connector_watcher_evas/src/screen_connector_toolkit_evas.c