From a378faf495351244189ba893e8e7c2733e7311a6 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sun, 20 Apr 2014 15:55:50 +0200 Subject: [PATCH] stack-tracker: Fix unitialized variable --- src/core/stack-tracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/stack-tracker.c b/src/core/stack-tracker.c index 77266a088..b76bf6598 100644 --- a/src/core/stack-tracker.c +++ b/src/core/stack-tracker.c @@ -862,7 +862,7 @@ resync_verified_stack_with_xserver_stack (MetaStackTracker *tracker) GList *l; unsigned int i, j; MetaStackWindow *expected_xwindow; - gboolean modified_stack; + gboolean modified_stack = FALSE; /* Overview of the algorithm: *