ft was uninitialized
authorDana Jansens <danakj@orodu.net>
Thu, 25 Sep 2003 04:34:47 +0000 (04:34 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 25 Sep 2003 04:34:47 +0000 (04:34 +0000)
openbox/focus.c

index 1006c72..740ce07 100644 (file)
@@ -294,7 +294,7 @@ void focus_cycle(gboolean forward, gboolean linear,
     static ObClient *t = NULL;
     static GList *order = NULL;
     GList *it, *start, *list;
-    ObClient *ft;
+    ObClient *ft = NULL;
 
     if (cancel) {
         if (focus_cycle_target)