projects
/
platform
/
core
/
appfw
/
appcore-widget.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150f55c
)
Fix uninitialized value
89/84189/1
accepted/tizen/common/20160902.062043
accepted/tizen/ivi/20160905.042210
accepted/tizen/mobile/20160905.042120
accepted/tizen/tv/20160905.042134
accepted/tizen/wearable/20160905.042155
submit/tizen/20160902.035501
author
Hyunho Kang
<hhstark.kang@samsung.com>
Wed, 17 Aug 2016 08:10:59 +0000
(17:10 +0900)
committer
Hyunho Kang
<hhstark.kang@samsung.com>
Wed, 17 Aug 2016 08:14:24 +0000
(17:14 +0900)
Change-Id: Ic81d24835bf996c312eb1a5b8ea67bb6e4b6cf67
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/widget_app.c
patch
|
blob
|
history
diff --git
a/src/widget_app.c
b/src/widget_app.c
index f90e7ec2b9e1b7fd2bc5e90a1614f17c65e4c937..2128f0b0bbfb155e5beaa0e1ccbe8ae1c55a7c92 100755
(executable)
--- a/
src/widget_app.c
+++ b/
src/widget_app.c
@@
-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();