Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Workspace
Commits
dcb8165e
Commit
dcb8165e
authored
Dec 11, 2012
by
Thomas Lübking
Browse files
defer all member destruction to next event cycle
BUG: 311018 FIXE-IN: 4.10
parent
897e300a
Changes
1
Show whitespace changes
Inline
Side-by-side
kwin/clients/aurorae/src/aurorae.cpp
View file @
dcb8165e
...
...
@@ -244,6 +244,10 @@ AuroraeClient::AuroraeClient(KDecorationBridge *bridge, KDecorationFactory *fact
AuroraeClient
::~
AuroraeClient
()
{
m_item
->
setParent
(
NULL
);
m_item
->
deleteLater
();
m_scene
->
setParent
(
NULL
);
m_scene
->
deleteLater
();
m_view
->
setParent
(
NULL
);
m_view
->
deleteLater
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment