Skip to content
  • David Edmundson's avatar
    Fix memory leak of DesktopViews on shutdown · 9bc1f3bc
    David Edmundson authored
    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.
    9bc1f3bc