Do not delete effects pointer from KWin::Application dtor
Not needed as the Compositor already deletes the effects pointer.
This commit is contained in:
parent
3cb4e0322f
commit
87f362c953
1 changed files with 0 additions and 1 deletions
1
main.cpp
1
main.cpp
|
@ -298,7 +298,6 @@ Application::~Application()
|
|||
if (owner.ownerWindow() != None) // If there was no --replace (no new WM)
|
||||
XSetInputFocus(display(), PointerRoot, RevertToPointerRoot, xTime());
|
||||
delete options;
|
||||
delete effects;
|
||||
delete atoms;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue