NULL Compositor global static on deletion

what moc can do any time for the Workspace deconstructor
BUG: 308040
FIXED-IN: 4.10
REVIEW: 108007
icc-effect-5.14.5
Thomas Lübking 2012-12-29 17:01:05 +01:00
parent 1e4d1347d6
commit 8239c686f6
1 changed files with 1 additions and 0 deletions

View File

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