Fix double free in P&S router causing KiCad to segfault. (fixes lp:1427803)

This commit is contained in:
Tom Wlostowski 2015-03-03 15:07:56 -05:00 committed by Wayne Stambaugh
parent c7d04c3d08
commit 7977ac5421
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ public:
LENGTH_TUNER_TOOL::~LENGTH_TUNER_TOOL()
{
delete m_router;
}