e_comp_wl: remove checking e_object_is_del in wl_surface_frame destroy callback 19/268519/1 accepted/tizen/6.5/unified/20211228.140210 submit/tizen_6.5/20211224.042151 submit/tizen_6.5/20211227.051900
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 24 Dec 2021 02:21:35 +0000 (11:21 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 24 Dec 2021 04:06:56 +0000 (13:06 +0900)
commitcdbb1b8756296f4569aa7665d0f3090122c38721
treed18514d1bb2591e6fa152f25bbbb680cd8cc6dfa
parentd156d5da8c8ec6ffe6001585680fd8c744b1e90e
e_comp_wl: remove checking e_object_is_del in wl_surface_frame destroy callback

In _e_comp_wl_frame_cb_destroy, there existed code to return when the ec was deleted.
Then the destroyed frame was not removed from the each frame lists of ec->comp_data,
it occured memory corruption while destroying the already destroyed frame again.

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