From: Seunghun Lee Date: Fri, 30 Oct 2020 04:13:37 +0000 (+0900) Subject: subsurface: fix unreachable code. X-Git-Tag: submit/tizen/20201102.081405~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34419db7788634f34bb3e819dfb8ba6c4a46a1d3;p=platform%2Fupstream%2Fenlightenment.git subsurface: fix unreachable code. this problem caused by mistake in previous commit. Change-Id: I8e8d7dbe42c96817df853b8d8d290efa90cf63f0 --- diff --git a/src/bin/e_comp_wl_subsurface.c b/src/bin/e_comp_wl_subsurface.c index ac3abdc677..1c711533da 100644 --- a/src/bin/e_comp_wl_subsurface.c +++ b/src/bin/e_comp_wl_subsurface.c @@ -214,6 +214,7 @@ _e_comp_wl_subsurface_check_below_bg_rectangle(E_Client *ec) if (!topmost) return; + topmost_cdata = e_client_cdata_get(topmost); if ((!topmost_cdata) || (e_object_is_del(E_OBJECT(topmost)))) return;