Delete tool dispatcher in KICAD_MANAGER_FRAME

Not deleting this is a memory leak.
This commit is contained in:
Ian McInerney 2020-07-20 01:32:32 +01:00
parent aa788b452e
commit 8d73be7d30
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ KICAD_MANAGER_FRAME::~KICAD_MANAGER_FRAME()
delete m_actions;
delete m_toolManager;
delete m_toolDispatcher;
m_auimgr.UnInit();
}