From: SooChan Lim Date: Tue, 3 Nov 2020 02:22:49 +0000 (+0900) Subject: Revert "e_comp_object: fix the unreached code" X-Git-Tag: submit/tizen/20201103.033023~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f7419d19a26b5c1c045ef5d229e18923c11d471;p=platform%2Fupstream%2Fenlightenment.git Revert "e_comp_object: fix the unreached code" This reverts commit 51a780029c06abc0b6777ae3bfeaacdea660bd3b. Change-Id: I0d2cad881f585a45b38fc01f3095494fcc97b171 --- diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 565e56ae87..f6e92d65c2 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -6202,6 +6202,7 @@ e_comp_object_image_filter_set(Evas_Object *obj, E_Comp_Image_Filter filter) API_ENTRY EINA_FALSE; EINA_SAFETY_ON_NULL_RETURN_VAL(cw->ec, EINA_FALSE); + if (!cw->ec) return EINA_FALSE; if (e_object_is_del(E_OBJECT(cw->ec))) return EINA_FALSE; if (!e_client_cdata_get(cw->ec)) return EINA_FALSE;