From: SooChan Lim Date: Thu, 29 Oct 2020 00:54:21 +0000 (+0900) Subject: e_comp_wl_shell: do not check if cdata is null X-Git-Tag: submit/tizen/20201102.081405~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1678a6c3e4adb923f28809dffd51f60e74efe4e7;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl_shell: do not check if cdata is null Change-Id: I49014c62752ef010f646f44eaccbacf08231ea9b --- diff --git a/src/bin/e_comp_wl_shell.c b/src/bin/e_comp_wl_shell.c index c01e8292b9..1500405732 100644 --- a/src/bin/e_comp_wl_shell.c +++ b/src/bin/e_comp_wl_shell.c @@ -442,7 +442,7 @@ e_shell_e_client_destroy(E_Client *ec) return; cdata = e_client_cdata_get(ec); - if (!e_object_is_del(E_OBJECT(ec)) && !cdata) + if (!e_object_is_del(E_OBJECT(ec))) { if (cdata->mapped) {