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:
Jon Evans 2022-01-08 17:32:17 -05:00
parent e3328e54c4
commit 974a66ddec
1 changed files with 1 additions and 0 deletions

View File

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