diff --git a/composite.cpp b/composite.cpp --- a/composite.cpp +++ b/composite.cpp @@ -508,6 +508,7 @@ // remove property from root window xcb_delete_property(con, kwinApp()->x11RootWindow(), atom); } + m_unusedSupportProperties.clear(); } }