Browse Source

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

pull/2/head
Tom Wlostowski 11 years ago
committed by Wayne Stambaugh
parent
commit
7977ac5421
  1. 1
      pcbnew/router/length_tuner_tool.cpp

1
pcbnew/router/length_tuner_tool.cpp

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

Loading…
Cancel
Save