projects
/
platform
/
core
/
uifw
/
e-mod-tizen-eom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4a831
)
set the null initialize.
79/68179/1
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 3 May 2016 02:02:26 +0000
(11:02 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 3 May 2016 02:02:26 +0000
(11:02 +0900)
Change-Id: I0defb6e454c644b5bdeeee40f6d4225e298d7d3d
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index 668598e714459af54a99f85a5a0af9cb2df05834..8527b1a4f0f61db1e2a6b039ba48c7b1ff8debfa 100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-857,7
+857,7
@@
_e_eom_ecore_drm_output_cb(void *data EINA_UNUSED, int type EINA_UNUSED, void *e
{
Ecore_Drm_Event_Output *e;
/* E_EomPtr eom = data;*/
- E_Comp_Wl_Output *wl_output;
+ E_Comp_Wl_Output *wl_output
= NULL
;
/* const Eina_List *l;*/
/* struct wl_resource *output_resource;*/
enum wl_eom_type eom_type = WL_EOM_TYPE_NONE;