projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
933a270
)
fix crash on logger with null ec
91/51991/1
accepted/tizen/mobile/20151118.063711
accepted/tizen/tv/20151118.063723
accepted/tizen/wearable/20151118.063737
submit/tizen/20151118.044529
author
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 18 Nov 2015 04:40:10 +0000
(13:40 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 18 Nov 2015 04:40:10 +0000
(13:40 +0900)
Change-Id: Ifc8ba61be4893c842d08c4f079884c7f5f9591ac
src/e_mod_wl.c
patch
|
blob
|
history
diff --git
a/src/e_mod_wl.c
b/src/e_mod_wl.c
index 334f5723d5fb736ebb5c55c183f2fe4765f6c7b3..a83c8668dddaa77e166b0aa5a65b4e0b68b9c2a0 100644
(file)
--- a/
src/e_mod_wl.c
+++ b/
src/e_mod_wl.c
@@
-1167,7
+1167,7
@@
_tzpol_iface_cb_type_set(struct wl_client *client EINA_UNUSED, struct wl_resourc
ELOGF("TZPOL",
"TYPE_SET |win:0x%08x|s:0x%08x|res_tzpol:0x%08x|tizen_win_type:%d, e_win_type:%d NOTI",
cp, ec,
-
(unsigned int)e_client_util_win_get(ec)
,
+
ec ? (unsigned int)e_client_util_win_get(ec) : 0
,
(unsigned int)surf,
(unsigned int)res_tzpol,
type, win_type);