From fe083005054a36ba1a35cfed9dee75ea628f628c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B6glund?= Date: Sat, 29 Oct 2011 17:05:25 +0200 Subject: [PATCH] kwin: Initialize Client::skip_switcher This fixes a valgrind error --- client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client.cpp b/client.cpp index 72649c043d..9c232cd537 100644 --- a/client.cpp +++ b/client.cpp @@ -99,6 +99,7 @@ Client::Client(Workspace* ws) , transient_for (NULL) , transient_for_id(None) , original_transient_for_id(None) + , skip_switcher(false) , blocks_compositing(false) , autoRaiseTimer(NULL) , shadeHoverTimer(NULL)