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:
6e09062
)
Revert "e_comp_wl_shell: do not check if cdata is null"
69/246669/1
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 3 Nov 2020 02:25:32 +0000
(11:25 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 3 Nov 2020 02:38:00 +0000
(11:38 +0900)
This reverts commit
1678a6c3e4adb923f28809dffd51f60e74efe4e7
.
Change-Id: I7baef2c1f5ac53918d00628fc0d98bd716a7692c
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 1500405732344e445310a1d1f371251b834caf94..c01e8292b95bb0c7c9dc8fc543dd958bc50d1304 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)))
+ if (!e_object_is_del(E_OBJECT(ec))
&& !cdata
)
{
if (cdata->mapped)
{