NULL Compositor global static on deletion

what moc can do any time for the Workspace deconstructor
BUG: 308040
FIXED-IN: 4.10
REVIEW: 108007
remotes/origin/Plasma/5.0
Thomas Lübking 13 years ago
parent 1e4d1347d6
commit 8239c686f6
  1. 1
      composite.cpp

@ -136,6 +136,7 @@ Compositor::~Compositor()
{
finish();
delete cm_selection;
s_compositor = NULL;
}

Loading…
Cancel
Save