Clear callbacks of elm_gesture_layer when GestureRecognizer is deleted.
authorEunmi Lee <eunmi15.lee@samsung.com>
Fri, 12 Apr 2013 06:46:14 +0000 (15:46 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 17 Apr 2013 09:50:12 +0000 (18:50 +0900)
commit4cb9d22d2f0753715a0a95e09a9d79d1cd97fe5d
tree7625bb8a7983f13d1562f674197acdb360ffa2ba
parentf68aeae42a85eae96a10cd26b76d3958981372b2
Clear callbacks of elm_gesture_layer when GestureRecognizer is deleted.

[Title] Clear callbacks of elm_gesture_layer when GestureRecognizer is deleted.
[Issue#] P130410-6692, P130411-4986, P130411-4980, P130412-5042
[Problem] The email application is crashed when we change the mail by flicking the view.
[Cause] The callback of elm_gesture_layer is called when ewk_view is deleted and deleted object is referenced by callback.
[Solution] Clear callbacks of elm_gesture_layer when GestureRecognizer is deleted.

Change-Id: I48fe55b39cc8914b24aeae1782cdcef3331535b6
Source/WebKit2/UIProcess/API/efl/tizen/GestureRecognizer.cpp