Browse Source

Ensure LIB_TREE cleans up while frame still exists

Fixes https://gitlab.com/kicad/code/kicad/-/issues/10266
6.0.7
Jon Evans 4 years ago
parent
commit
76f21d950d
  1. 1
      pcbnew/footprint_edit_frame.cpp

1
pcbnew/footprint_edit_frame.cpp

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

Loading…
Cancel
Save