Skip to content
Commit 94e51803 authored by David Edmundson's avatar David Edmundson
Browse files

Fix memory leak of PanelViews on shutdown

The current code is broken as the course of events is:
 - we delete the containment
- an existing connect to containment deleted goes to
panelContainmentDestroyed
 - this updates m_panelViews and calls deleteLater
 - this deleteLater isn't run before other exit handlers


(cherry picked from commit d5803676)
parent 705905bc
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