projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e0bb0
)
e_comp_wl_shell: do not check if cdata is null
71/246371/1
submit/tizen/20201103.004241
author
SooChan Lim
<sc1.lim@samsung.com>
Thu, 29 Oct 2020 00:54:21 +0000
(09:54 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Thu, 29 Oct 2020 00:54:21 +0000
(09:54 +0900)
Change-Id: I49014c62752ef010f646f44eaccbacf08231ea9b
src/bin/e_comp_wl_shell.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl_shell.c
b/src/bin/e_comp_wl_shell.c
index c01e8292b95bb0c7c9dc8fc543dd958bc50d1304..1500405732344e445310a1d1f371251b834caf94 100644
(file)
--- 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)
{