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:
ed45fac
)
e_foreign_shell: Add NULL check for ec
76/310776/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Wed, 8 May 2024 04:52:20 +0000
(13:52 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Wed, 8 May 2024 04:57:00 +0000
(13:57 +0900)
Change-Id: I81db78a9dd0bfda85182703c76e680789bf2b626
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/bin/e_foreign_shell.c
patch
|
blob
|
history
diff --git
a/src/bin/e_foreign_shell.c
b/src/bin/e_foreign_shell.c
index a3d6190d9f9911aac778f3a55bf41c5c9c17e144..4c545d53ebd74086ebd589b36fd21e23419ba0ca 100644
(file)
--- a/
src/bin/e_foreign_shell.c
+++ b/
src/bin/e_foreign_shell.c
@@
-137,6
+137,7
@@
e_foreign_shell_export(struct wl_resource *exporter, struct wl_resource *resourc
EINA_SAFETY_ON_NULL_RETURN_VAL(surface, EINA_FALSE);
ec = e_client_from_surface_resource(surface);
+ EINA_SAFETY_ON_NULL_RETURN_VAL(ec, EINA_FALSE);
EINA_SAFETY_ON_NULL_RETURN_VAL(ec->comp_data, EINA_FALSE);
EINA_SAFETY_ON_FALSE_RETURN_VAL(!e_object_is_del(E_OBJECT(ec)), EINA_FALSE);