Ensure LIB_TREE cleans up while frame still exists

Fixes https://gitlab.com/kicad/code/kicad/-/issues/10266
This commit is contained in:
Jon Evans 2022-01-08 17:32:17 -05:00
parent 69469b254a
commit 76f21d950d
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ FOOTPRINT_EDIT_FRAME::~FOOTPRINT_EDIT_FRAME()
delete m_selectionFilterPanel;
delete m_appearancePanel;
delete m_treePane;
}