From 1678a6c3e4adb923f28809dffd51f60e74efe4e7 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Thu, 29 Oct 2020 09:54:21 +0900 Subject: [PATCH] e_comp_wl_shell: do not check if cdata is null Change-Id: I49014c62752ef010f646f44eaccbacf08231ea9b --- src/bin/e_comp_wl_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1