From 24335c968396fc04f6e8b3604e4c814578d502e2 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 19 Feb 2010 22:45:41 +0100 Subject: [PATCH] Init *newtarget to NULL --- openbox/focus_cycle_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index d7ac9f53..c48b8f2b 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -317,7 +317,7 @@ static void popup_render(ObFocusCyclePopup *p, const ObClient *c) gint innerw, innerh; gint i; GList *it; - const ObFocusCyclePopupTarget *newtarget; + const ObFocusCyclePopupTarget *newtarget = NULL; gint newtargetx, newtargety; screen_area = screen_physical_area_primary(FALSE); -- 2.34.1