Revision 53027ef...
Go back to digest for 29th April 2012Bug Fixes in KDE Base
Martin Gräßlin committed changes in [kde-workspace] /:
Do not create Deleted on Workspace Shutdown
When the Workspace is shutting down the compositor is torn down
before Clients and Unmanaged are released. This means that there
is no need to create the Deleted windows.
Furthermore creating the Deleted manipulates the stacking_order
while Workspace dtor loops over this list to release all clients.
This may cause crashes.
FIXED-IN: 4.9.0
REVIEW: 104690
Bug 282933: closing session crash
207 days
File Changes
Modified 4 files
- kwin/client.cpp
- kwin/unmanaged.cpp
- kwin/unmanaged.h
- kwin/workspace.cpp
4 files changed in total