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:
parent
1e4d1347d6
commit
8239c686f6
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ Compositor::~Compositor()
|
||||||
{
|
{
|
||||||
finish();
|
finish();
|
||||||
delete cm_selection;
|
delete cm_selection;
|
||||||
|
s_compositor = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue