Initialize app control variable 26/189026/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 13 Sep 2018 00:25:31 +0000 (09:25 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 13 Sep 2018 00:25:31 +0000 (09:25 +0900)
Change-Id: I8912255914a22813e9fce81ad7b58eb44016cb44
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
client/ug-client.c

index a095e7e..1124ac9 100644 (file)
@@ -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) {