From: Mikael Magnusson Date: Fri, 19 Feb 2010 21:45:41 +0000 (+0100) Subject: Init *newtarget to NULL X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=24335c968396fc04f6e8b3604e4c814578d502e2 Init *newtarget to NULL --- diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index d7ac9f5..c48b8f2 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);