NULL Compositor global static on deletion

what moc can do any time for the Workspace deconstructor
BUG: 308040
FIXED-IN: 4.10
REVIEW: 108007
This commit is contained in:
Thomas Lübking 2012-12-29 17:01:05 +01:00
parent b301c357d5
commit 708df9b564

View file

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