From 56ed524e87e9bdc14b925d3c7cbf2ab2b6e9b6a3 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 13 Sep 2018 09:25:31 +0900 Subject: [PATCH] Initialize app control variable Change-Id: I8912255914a22813e9fce81ad7b58eb44016cb44 Signed-off-by: Hwankyu Jhun --- client/ug-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4