mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Delete tool dispatcher in KICAD_MANAGER_FRAME
Not deleting this is a memory leak.
This commit is contained in:
parent
aa788b452e
commit
8d73be7d30
@ -181,6 +181,7 @@ KICAD_MANAGER_FRAME::~KICAD_MANAGER_FRAME()
|
|||||||
|
|
||||||
delete m_actions;
|
delete m_actions;
|
||||||
delete m_toolManager;
|
delete m_toolManager;
|
||||||
|
delete m_toolDispatcher;
|
||||||
|
|
||||||
m_auimgr.UnInit();
|
m_auimgr.UnInit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user