summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-09-13 09:25:31 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2018-09-13 09:25:31 +0900
commit56ed524e87e9bdc14b925d3c7cbf2ab2b6e9b6a3 (patch)
treecd759d6c1af4eb2a9d06f1452f7864b016ff89e8
parentcde94ffadf9910a59d5592d1545e39edaac80b8c (diff)
downloadui-gadget-1-56ed524e87e9bdc14b925d3c7cbf2ab2b6e9b6a3.tar.gz
ui-gadget-1-56ed524e87e9bdc14b925d3c7cbf2ab2b6e9b6a3.tar.bz2
ui-gadget-1-56ed524e87e9bdc14b925d3c7cbf2ab2b6e9b6a3.zip
Initialize app control variable
Change-Id: I8912255914a22813e9fce81ad7b58eb44016cb44 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--client/ug-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index a095e7e..1124ac9 100644
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -410,7 +410,7 @@ static int app_reset(bundle *b, void *data)
{
struct appdata *ad = data;
struct ug_cbs cbs = { 0, };
- app_control_h app_control;
+ app_control_h app_control = NULL;
enum ug_mode mode = UG_MODE_FULLVIEW;
if (ad->win) {