Ensure LIB_TREE cleans up while frame still exists
Fixes https://gitlab.com/kicad/code/kicad/-/issues/10266
(cherry picked from commit 76f21d950d
)
This commit is contained in:
parent
e3328e54c4
commit
974a66ddec
|
@ -316,6 +316,7 @@ FOOTPRINT_EDIT_FRAME::~FOOTPRINT_EDIT_FRAME()
|
|||
|
||||
delete m_selectionFilterPanel;
|
||||
delete m_appearancePanel;
|
||||
delete m_treePane;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue