Skip to content
Snippets Groups Projects
Commit 5e834f70 authored by Thomas Lübking's avatar Thomas Lübking
Browse files

NULL Compositor global static on deletion

what moc can do any time for the Workspace deconstructor
BUG: 308040
FIXED-IN: 4.10
REVIEW: 108007
parent f3fbfaab
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ Compositor::~Compositor()
{
finish();
delete cm_selection;
s_compositor = NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment