Fix memory leak in color settings panel

This commit is contained in:
Ian McInerney 2020-07-16 00:04:17 +01:00
parent 4ee8ea1318
commit b428364a98
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ PANEL_MODEDIT_COLOR_SETTINGS::PANEL_MODEDIT_COLOR_SETTINGS( FOOTPRINT_EDIT_FRAME
PANEL_MODEDIT_COLOR_SETTINGS::~PANEL_MODEDIT_COLOR_SETTINGS()
{
delete m_currentSettings;
delete m_page;
delete m_titleBlock;
}