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