Skip to content
Commit d5803676 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
parent fcdbbda3
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