summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {