From 2e3bf05801fa77658a73cdb2f637afdaec1a3adb Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Tue, 3 May 2016 11:02:26 +0900 Subject: [PATCH] set the null initialize. Change-Id: I0defb6e454c644b5bdeeee40f6d4225e298d7d3d --- src/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e_mod_main.c b/src/e_mod_main.c index 668598e..8527b1a 100644 --- 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; -- 2.34.1