Skip to content
Commit 705905bc authored by David Edmundson's avatar David Edmundson
Browse files

Fix memory leak of DesktopViews on shutdown

DesktopView's constructor calls PlasmaQuick::ContainmentView(corona,
nullptr), to initialise the parent class. nullptr being the parent.

In this case it makes sense as QWindow's overload of setParent must be a
QWindow, but memory management has to happen somewhere.


(cherry picked from commit 9bc1f3bc)
parent d80f738f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment