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