Fix double free in P&S router causing KiCad to segfault. (fixes lp:1427803)
This commit is contained in:
parent
c7d04c3d08
commit
7977ac5421
|
@ -103,7 +103,6 @@ public:
|
|||
|
||||
LENGTH_TUNER_TOOL::~LENGTH_TUNER_TOOL()
|
||||
{
|
||||
delete m_router;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue