Fix memory leak in color settings panel
This commit is contained in:
parent
4ee8ea1318
commit
b428364a98
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue