From: SooChan Lim Date: Tue, 3 May 2016 02:02:26 +0000 (+0900) Subject: set the null initialize. X-Git-Tag: submit/tizen/20160805.082033~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e3bf05801fa77658a73cdb2f637afdaec1a3adb;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-eom.git set the null initialize. Change-Id: I0defb6e454c644b5bdeeee40f6d4225e298d7d3d --- 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;