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:
d5355f3
)
e_client: Add null check of ec
02/308902/1
accepted/tizen/7.0/unified/20240403.012847
author
Junseok Kim
<juns.kim@samsung.com>
Tue, 2 Apr 2024 11:25:04 +0000
(20:25 +0900)
committer
Junseok Kim
<juns.kim@samsung.com>
Tue, 2 Apr 2024 11:25:04 +0000
(20:25 +0900)
Change-Id: I4c3113f996c6d5d362037b1a1730c9bf85a61dcf
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index 6a01de9406102c27d8fe0befc776461dd53865b4..f2e61e032362f25604f964a55a4660ee20b8faef 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-5842,7
+5842,7
@@
e_client_focus_stack_append_current_focused(E_Client *ec)
Eina_List *l = NULL;
E_Client *temp_ec = NULL;
-
if (!ec) CRI("ACK"
);
+
EINA_SAFETY_ON_NULL_RETURN(ec
);
if (focus_track_frozen > 0) return;
focus_stack = eina_list_remove(focus_stack, ec);