diff --git a/openbox/focus.c b/openbox/focus.c index 1006c725..740ce07b 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -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)