Do not access any object in the destructor and only delete animators in the destructor.
authorEunmi Lee <eunmi15.lee@samsung.com>
Wed, 3 Apr 2013 10:57:21 +0000 (19:57 +0900)
committerEunmi Lee <eunmi15.lee@samsung.com>
Wed, 3 Apr 2013 11:05:09 +0000 (20:05 +0900)
commit0e6ef63df5c202a7a224a249fd3519ba1d4986f4
tree219b9eb35bb6dfd0f20ed3ef81da2932392082c5
parent3b6ad3f4f423993ac77cd20540e25f48d0140729
Do not access any object in the destructor and only delete animators in the destructor.

[Title] Do not access any object in the destructor and only delete animators in the destructor.
[Issue#] N_SE-30414
[Problem] The browser is crashed when exiting browser during smart zoom or flick.
[Cause] The deleted objects are accessed in the destructor of smart zoom and flick.
[Solution] Do not access any object in the destructor and only delete animators there.

Change-Id: I7f0d269c249135ee089f77a8f943831ebf10b706
Source/WebKit2/UIProcess/API/efl/tizen/Flick.cpp
Source/WebKit2/UIProcess/API/efl/tizen/SmartZoom.cpp