Fix uninitialized value
[platform/core/appfw/appcore-widget.git] / src / widget_app.c
index f90e7ec..2128f0b 100755 (executable)
@@ -834,7 +834,7 @@ static int __before_loop(int argc, char **argv)
        char *wayland_display = NULL;
        char *xdg_runtime_dir = NULL;
        char *name;
-       char *viewer_endpoint;
+       char *viewer_endpoint = NULL;
 
 #if !(GLIB_CHECK_VERSION(2, 36, 0))
        g_type_init();